testaro 48.0.0 → 48.0.3

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,9 @@ The purposes of Testaro are to:
10
10
  - provide programmatic access to accessibility tests defined by several tools
11
11
  - facilitate the integration of the reports of the tools into a unified report
12
12
 
13
- Testaro is described in [Testaro: Efficient Ensemble Testing for Web Accessibility](https://arxiv.org/abs/2309.10167).
13
+ Testaro is described in two papers:
14
+ - [How to run a thousand accessibility tests](https://medium.com/cvs-health-tech-blog/how-to-run-a-thousand-accessibility-tests-63692ad120c3)
15
+ - [Testaro: Efficient Ensemble Testing for Web Accessibility](https://arxiv.org/abs/2309.10167)
14
16
 
15
17
  The need for multi-tool integration, and its costs, are discussed in [Accessibility Metatesting: Comparing Nine Testing Tools](https://arxiv.org/abs/2304.07591).
16
18
 
@@ -812,7 +814,7 @@ The arguments and behaviors described above for execution by a module apply here
812
814
 
813
815
  ### Environment variables
814
816
 
815
- In addition to their uses described above, environment variables can be used by acts of type `text`, as documented in the `actSpecs.js` file.
817
+ In addition to their uses described above, environment variables can be used by acts of type `test`, as documented in the `actSpecs.js` file.
816
818
 
817
819
  Before making Testaro run a job, you can optionally also set `DEBUG` (to `'true'` or anything else) and/or `WAITS` (to a non-negative integer). The effects of these variables are described in the `run.js` file.
818
820
 
@@ -826,6 +828,7 @@ REPORTDIR=../testing/reports
826
828
  AGENT=ThisWorkstation
827
829
  DEBUG=false
828
830
  WAITS=0
831
+ PUPPETEER_DISABLE_HEADLESS_WARNING=true
829
832
  ```
830
833
 
831
834
  ## Validation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "48.0.0",
3
+ "version": "48.0.3",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {