Skip to content

Commit

Permalink
fix(pa11y-ci): added chrome launch path and necessary ignores (#1043)
Browse files Browse the repository at this point in the history
* fix(pa11y-ci): added chrome launch path

https://www.npmjs.com/pa11y-ci#pa11y-ci-3-and-ubuntu

* refactor: another try

* refactor: added wcag false/positive ignore

* refactor: wrong place

* refactor: another try

* refactor: another try
  • Loading branch information
mfranzke committed Jan 23, 2025
1 parent 5e53b3c commit 9b5e136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pa11yci
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"defaults": {
"timeout": 10000,
"wait": 2000,
"ignore": [
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
],
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
}
Expand Down

0 comments on commit 9b5e136

Please sign in to comment.