testaro 48.0.0 → 48.0.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/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
|
|
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
|
|