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 authored Jan 15, 2025
1 parent bcdb2d3 commit 073eb9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pa11yci
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"defaults": {
"timeout": 10000,
"wait": 2000
"wait": 2000,
"ignore": [
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
],
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
}
},
"urls": [
"http://127.0.0.1:8080/patterns/base-colors/index.html",
Expand Down

0 comments on commit 073eb9c

Please sign in to comment.