testaro 16.3.0 → 16.3.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/README.md +15 -1
- package/package.json +1 -1
- package/tests/ibm.js +1 -1
package/README.md
CHANGED
|
@@ -60,6 +60,20 @@ Level Access has acquired Tenon and has announced that it will retire Tenon in A
|
|
|
60
60
|
|
|
61
61
|
Each tool accessed with Testaro defines _rules_ and tests _targets_ for compliance with its rules. The counts of the rules range from about 30, for Testaro itself, to about 270, for Continuum Community Edition. In total, the ten tools define about 1350 rules. Some of the tools are under active development, and their rule counts change over time.
|
|
62
62
|
|
|
63
|
+
When you ask Testaro to run tests of a tool, you may specify a subset of the rules of that tool, and the report will give you the results of only the tests for those rules. These tools will perform only those tests:
|
|
64
|
+
- alfa
|
|
65
|
+
- axe
|
|
66
|
+
- continuum
|
|
67
|
+
- htmlcs
|
|
68
|
+
- qualWeb
|
|
69
|
+
- testaro
|
|
70
|
+
|
|
71
|
+
These tools always perform a fixed set of tests, and Testaro disregards irrelevant results when you specify a set of rules:
|
|
72
|
+
- ibm
|
|
73
|
+
- nuVal
|
|
74
|
+
- tenon
|
|
75
|
+
- wave
|
|
76
|
+
|
|
63
77
|
## Job data
|
|
64
78
|
|
|
65
79
|
A report produced by Testaro discloses:
|
|
@@ -470,7 +484,7 @@ When a `test` act has an `expect` property, the result for that act has an `expe
|
|
|
470
484
|
|
|
471
485
|
###### Continuum
|
|
472
486
|
|
|
473
|
-
The `continuum`
|
|
487
|
+
The `continuum` tool makes use of the files in the `continuum` directory. The tool inserts the contents of all three files into the page as scripts and then uses them to perform the tests.
|
|
474
488
|
|
|
475
489
|
Level Access on 22 August 2022 granted authorization for the copying of the `AccessEngine.community.js` file insofar as necessary for allowing Continuum community edition tests to be included in Testaro.
|
|
476
490
|
|
package/package.json
CHANGED
package/tests/ibm.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
This test depends on aceconfig.js.
|
|
8
8
|
|
|
9
|
-
This
|
|
9
|
+
This tool is compatible with Windows only if the accessibility-checker package
|
|
10
10
|
is revised. See README.md for details.
|
|
11
11
|
*/
|
|
12
12
|
// Import required modules.
|