testaro 35.0.11 → 36.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +7 -1
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
© 2021–
|
|
3
|
+
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -862,7 +862,7 @@ The `tests` executor makes use of the jobs in the `validation/tests/jobs` direct
|
|
|
862
862
|
|
|
863
863
|
You can define additional Testaro acts and functionality. Contributions are welcome.
|
|
864
864
|
|
|
865
|
-
Please report any issues, including feature requests, at the [repository](https://github.com/
|
|
865
|
+
Please report any issues, including feature requests, at the [repository](https://github.com/cvs-health/testaro/issues).
|
|
866
866
|
|
|
867
867
|
## Accessibility principles
|
|
868
868
|
|
|
@@ -930,6 +930,12 @@ The JavaScript code in this project generally conforms to the ESLint configurati
|
|
|
930
930
|
|
|
931
931
|
Work on the custom tests in this package began in 2017, and work on the multi-package ensemble that Testaro implements began in early 2018. These two aspects were combined into the [Autotest](https://github.com/jrpool/autotest) package in early 2021 and into the more single-purpose packages, Testaro and Testilo, in January 2022.
|
|
932
932
|
|
|
933
|
+
On 12 February 2024 ownership of the Testaro repository was transfered from the personal account of contributor Jonathan Pool to the organization account `cvs-health` of CVS Health. The MIT license of the repository did not change.
|
|
934
|
+
|
|
935
|
+
## Contributing
|
|
936
|
+
|
|
937
|
+
As of 12 February 2024, upon the transfer of the repository ownership to CVS Health, contributors of code to Testaro are required to execute the [CVS Health OSS Project Contributor License Agreement](https://forms.office.com/pages/responsepage.aspx?id=uGG7-v46dU65NKR_eCuM1xbiih2MIwxBuRvO0D_wqVFUQ1k0OE5SVVJWWkY4MTVJMkY3Sk9GM1FHRC4u) for Testaro before any pull request will be approved and merged.
|
|
938
|
+
|
|
933
939
|
## Etymology
|
|
934
940
|
|
|
935
941
|
“Testaro” means “collection of tests” in Esperanto.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testaro",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "36.0.1",
|
|
4
4
|
"description": "Run 1000 web accessibility tests from 10 tools and get a standardized report",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "git+https://github.com/
|
|
15
|
+
"url": "git+https://github.com/cvs-health/testaro.git"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"accessibility",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"testing",
|
|
21
21
|
"automation"
|
|
22
22
|
],
|
|
23
|
-
"author": "Jonathan Pool <pool@
|
|
23
|
+
"author": "Jonathan Pool <jonathan.pool@cvshealth.com>",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/
|
|
26
|
+
"url": "https://github.com/cvs-health/testaro/issues"
|
|
27
27
|
},
|
|
28
|
-
"homepage": "https://github.com/
|
|
28
|
+
"homepage": "https://github.com/cvs-health/testaro#readme",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@qualweb/core": "*",
|
|
31
31
|
"@siteimprove/alfa-act": "*",
|