testaro 5.6.0 → 5.6.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 CHANGED
@@ -21,6 +21,7 @@ Testaro uses:
21
21
  Testaro includes some of its own accessibility tests. In addition, it performs the tests in:
22
22
  - [accessibility-checker](https://www.npmjs.com/package/accessibility-checker) (the IBM Equal Access Accessibility Checker)
23
23
  - [alfa](https://alfa.siteimprove.com/) (Siteimprove alfa)
24
+ - [Continuum Community Edition](https://www.webaccessibility.com/tools/)
24
25
  - [HTML CodeSniffer](https://www.npmjs.com/package/html_codesniffer) (Squiz HTML CodeSniffer)
25
26
  - [axe-playwright](https://www.npmjs.com/package/axe-playwright) (Deque Axe-core)
26
27
  - [Tenon](https://tenon.io/documentation/what-tenon-tests.php) (Level Access)
@@ -29,13 +30,14 @@ Testaro includes some of its own accessibility tests. In addition, it performs t
29
30
  As of this version, the counts of tests in the packages referenced above were:
30
31
  - Alfa: 103
31
32
  - Axe-core: 138
33
+ - Continuum Community Edition: 267
32
34
  - Equal Access: 163
33
35
  - HTML CodeSniffer: 98
34
36
  - Tenon: 180
35
37
  - WAVE: 110
36
38
  - subtotal: 612
37
39
  - Testaro tests: 16
38
- - grand total: 808
40
+ - grand total: 1075
39
41
 
40
42
  ## Code organization
41
43