-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace pa11y with underlying HTML_CodeSniffer (#285)
* Replace pa11y with underlying HTML_CodeSniffer **Why**: - It currently duplicates and sometimes conflicts with our integration testing setup - Currently, we run two separate versions of Puppeteer, which each download separate copies of Chromium - Also helps me to avoid debugging a vague error occurring when upgrading dependencies to latest version - Consolidates testing tools to Jest - A step toward alignment of accessibility integration testing, as it could be reasonably substituted with aXe - Easier to run individual tests, which was difficult before since Jest setup occurred through scripts/jest.sh and did not support additional arguments. Now, test commands can go directly through the Jest CLI. - Fewer dependencies overall * Remove deleted accessibility job * Swap test-jest npm script with test * Remove unused pa11y configuration file
Showing
11 changed files
with
64 additions
and
1,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.