testaro 5.5.10 → 5.6.2
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/README.md +3 -1
- package/continuum/AccessEngine.community.js +791 -0
- package/continuum/Continuum.community.js +2697 -0
- package/continuum/continuum.conf.js +19 -0
- package/package.json +1 -1
- package/run.js +17 -1
- package/samples/scripts/tp13.json +163 -0
- package/samples/scripts/tp14.json +168 -0
- package/tests/continuum.js +60 -0
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ Testaro uses:
|
|
|
21
21
|
Testaro includes some of its own accessibility tests. In addition, it performs the tests in:
|
|
22
22
|
- [accessibility-checker](https://www.npmjs.com/package/accessibility-checker) (the IBM Equal Access Accessibility Checker)
|
|
23
23
|
- [alfa](https://alfa.siteimprove.com/) (Siteimprove alfa)
|
|
24
|
+
- [Continuum Community Edition](https://www.webaccessibility.com/tools/)
|
|
24
25
|
- [HTML CodeSniffer](https://www.npmjs.com/package/html_codesniffer) (Squiz HTML CodeSniffer)
|
|
25
26
|
- [axe-playwright](https://www.npmjs.com/package/axe-playwright) (Deque Axe-core)
|
|
26
27
|
- [Tenon](https://tenon.io/documentation/what-tenon-tests.php) (Level Access)
|
|
@@ -29,13 +30,14 @@ Testaro includes some of its own accessibility tests. In addition, it performs t
|
|
|
29
30
|
As of this version, the counts of tests in the packages referenced above were:
|
|
30
31
|
- Alfa: 103
|
|
31
32
|
- Axe-core: 138
|
|
33
|
+
- Continuum Community Edition: 267
|
|
32
34
|
- Equal Access: 163
|
|
33
35
|
- HTML CodeSniffer: 98
|
|
34
36
|
- Tenon: 180
|
|
35
37
|
- WAVE: 110
|
|
36
38
|
- subtotal: 612
|
|
37
39
|
- Testaro tests: 16
|
|
38
|
-
- grand total:
|
|
40
|
+
- grand total: 1075
|
|
39
41
|
|
|
40
42
|
## Code organization
|
|
41
43
|
|