testaro 28.1.5 → 28.1.6
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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -387,6 +387,18 @@ An act of type `test` performs the tests of a tool and reports a result. The res
|
|
|
387
387
|
|
|
388
388
|
The `which` property of a `test` act identifies a tool, such as `alfa` or `testaro`.
|
|
389
389
|
|
|
390
|
+
##### Target modification
|
|
391
|
+
|
|
392
|
+
Some tools modify the page, so isolation of tests from one another requires that a browser be relaunched or, at least, navigate to the URL again, after a test act running any of those tools before a test act running another tool.
|
|
393
|
+
|
|
394
|
+
Of the 9 tools, 6 are target-modifying:
|
|
395
|
+
- `alfa`
|
|
396
|
+
- `aslint`
|
|
397
|
+
- `axe`
|
|
398
|
+
- `htmlcs`
|
|
399
|
+
- `ibm`
|
|
400
|
+
- `testaro`
|
|
401
|
+
|
|
390
402
|
###### Configuration
|
|
391
403
|
|
|
392
404
|
Every tool invoked by Testaro must have:
|