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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. 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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "28.1.5",
3
+ "version": "28.1.6",
4
4
  "description": "Run 960 web accessibility tests from 9 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {