Skip to content

Commit 073eb9c

Browse files
authored
fix(pa11y-ci): added chrome launch path and necessary ignores (#1043)
* 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
1 parent bcdb2d3 commit 073eb9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pa11yci

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"defaults": {
33
"timeout": 10000,
4-
"wait": 2000
4+
"wait": 2000,
5+
"ignore": [
6+
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
7+
],
8+
"chromeLaunchConfig": {
9+
"executablePath": "/usr/bin/google-chrome"
10+
}
511
},
612
"urls": [
713
"http://127.0.0.1:8080/patterns/base-colors/index.html",

0 commit comments

Comments
 (0)