testaro 4.5.2 → 4.5.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 +9 -37
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ Testaro includes some of its own accessibility tests. In addition, it performs t
23
23
  - [alfa](https://alfa.siteimprove.com/) (Siteimprove alfa)
24
24
  - [Automated Accessibility Testing Tool](https://www.npmjs.com/package/aatt) (Paypal AATT, running HTML CodeSniffer)
25
25
  - [axe-playwright](https://www.npmjs.com/package/axe-playwright) (Deque Axe-core)
26
- - [Tenon](https://tenon.io/documentation/what-tenon-tests.php)
26
+ - [Tenon](https://tenon.io/documentation/what-tenon-tests.php) (Level Access)
27
27
  - [WAVE API](https://wave.webaim.org/api/) (WebAIM WAVE)
28
28
 
29
29
  As of this version, the counts of tests in the packages referenced above were:
@@ -560,6 +560,8 @@ The `tests` executor makes use of the scripts in the `validation/tests/scripts`
560
560
 
561
561
  You can define additional Testaro commands and functionality. Contributions are welcome.
562
562
 
563
+ Please report any issues, including feature requests, at the [repository](https://github.com/jrpool/testaro/issues).
564
+
563
565
  ## Accessibility principles
564
566
 
565
567
  The rationales motivating the Testaro-defined tests can be found in comments within the files of those tests, in the `tests` directory. Unavoidably, each test is opinionated. Testaro itself, however, can accommodate other tests representing different opinions. Testaro is intended to be neutral with respect to questions such as the criteria for accessibility, the severities of accessibility issues, whether accessibility is binary or graded, and the distinction between usability and accessibility.
@@ -594,53 +596,23 @@ The files in the `temp` directory are presumed ephemeral and are not tracked by
594
596
 
595
597
  ## Related packages
596
598
 
597
- [Testilo](https://www.npmjs.com/package/testilo) is an application that facilitates the use of Testaro.
599
+ [Testilo](https://www.npmjs.com/package/testilo) is an application that:
600
+ - produces scores and adds them to the JSON report files of Testaro
601
+ - produces human-oriented HTML digests from scored reports
602
+ - produces human-oriented HTML reports comparing the scores of hosts
598
603
 
599
604
  Testaro is derived from [Autotest](https://github.com/jrpool/autotest).
600
605
 
601
606
  Testaro omits some functionalities of Autotest, such as:
602
607
  - tests producing results intended to be human-inspected
603
- - scoring
608
+ - scoring (performed now by Testilo)
604
609
  - file operations for score aggregation, report revision, and HTML reports
605
610
  - a web user interface
606
611
 
607
612
  ## Origin
608
613
 
609
- Work on the custom tests in this package began in 2017, and work on the multi-package federation that Testaro implements began in early 2018. These two aspects were combined into the [Autotest](https://github.com/jrpool/autotest) package in early 2021 and into this more single-purpose package, Testaro, in January 2022.
614
+ Work on the custom tests in this package began in 2017, and work on the multi-package federation that Testaro implements began in early 2018. These two aspects were combined into the [Autotest](https://github.com/jrpool/autotest) package in early 2021 and into the more single-purpose packages, Testaro and Testilo, in January 2022.
610
615
 
611
616
  ## Etymology
612
617
 
613
618
  “Testaro” means “collection of tests” in Esperanto.
614
-
615
- ## Future work
616
-
617
- ### Improvements
618
-
619
- Further development is contemplated, is taking place, or is welcomed, on:
620
- - addition of Tenon to the set of packages
621
- - links with href="#"
622
- - links and buttons styled non-distinguishably
623
- - first focused element not first focusable element in DOM
624
- - never-visible skip links
625
- - buttons with no text content
626
- - modal dialogs
627
- - autocomplete attributes
628
- - inclusion of other test packages, such as:
629
- - FAE (https://github.com/opena11y/evaluation-library)
630
-
631
- ## Corrections
632
-
633
- Issues found or reported with the current version that need diagnosis and correction include:
634
-
635
- ### hover
636
-
637
- There seem to be a couple of problems with the hover test:
638
- - The score for unhoverability is documented as 2 times the count of unhoverables, but is reported as 1 time that count.
639
- - The list of unhoverables in the report is empty.
640
- Observed after inquiry by Tobias Christian Jensen of Siteimprove on 2022-05-09.
641
-
642
- ### axe
643
-
644
- Configuration to include best practices and experimental tests.
645
-
646
- Investigation of tags, including wcag2a, wcag2aa, wcag21a, wcag21aa, best-practice, wcag***, ACT, cat.*.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {