testaro 55.5.7 → 55.5.8
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 +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -880,7 +880,7 @@ Please report any issues, including feature requests, at the [repository](https:
|
|
|
880
880
|
|
|
881
881
|
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 defects, whether accessibility is binary or graded, and the distinction between usability and accessibility.
|
|
882
882
|
|
|
883
|
-
##
|
|
883
|
+
## Challenges
|
|
884
884
|
|
|
885
885
|
### Abnormal termination
|
|
886
886
|
|
|
@@ -921,11 +921,17 @@ Tools can become faulty. For example, Alfa stopped reporting any rule violations
|
|
|
921
921
|
|
|
922
922
|
Testaro would become more reliable if the behavior of its tools were monitored for suspect changes.
|
|
923
923
|
|
|
924
|
+
### Containerized deployment
|
|
925
|
+
|
|
926
|
+
The experimental deployment of Testaro as a dependency in a containerized application has been unsuccessful. Playwnight errors have been thrown that are not thrown when the same application is deployed without containerization.
|
|
927
|
+
|
|
924
928
|
## Repository exclusions
|
|
925
929
|
|
|
926
930
|
The files in the `temp` directory are presumed ephemeral and are not tracked by `git`.
|
|
927
931
|
|
|
928
|
-
## Related
|
|
932
|
+
## Related work
|
|
933
|
+
|
|
934
|
+
### Testilo
|
|
929
935
|
|
|
930
936
|
[Testilo](https://www.npmjs.com/package/testilo) is an application that:
|
|
931
937
|
- converts lists of targets and lists of issues into jobs
|
|
@@ -937,6 +943,10 @@ Testilo contains procedures that reorganize report data by issue and by element,
|
|
|
937
943
|
|
|
938
944
|
Report standardization could be performed by other software rather than by Testaro. That would require sending the original reports to the server. They are typically larger than standardized reports. Whenever users want only standardized reports, the fact that Testaro standardizes them eliminates the need to send the original reports anywhere.
|
|
939
945
|
|
|
946
|
+
### Automated accessibility testing at Slack
|
|
947
|
+
|
|
948
|
+
[Automated accessibility testing at Slack](https://slack.engineering/automated-accessibility-testing-at-slack/) is based on Playwright, with Axe as a single tool.
|
|
949
|
+
|
|
940
950
|
## Code style
|
|
941
951
|
|
|
942
952
|
The JavaScript code in this project generally conforms to the ESLint configuration file `.eslintrc.json`. However, the `htmlcs/HTMLCS.js` file implements an older version of JavaScript. Its style is regulated by the `htmlcs/.eslintrc.json` file.
|