Skip to content

Commit 21695f1

Browse files
committed
fix(pa11y-ci): added chrome launch path
https://www.npmjs.com/pa11y-ci#pa11y-ci-3-and-ubuntu
1 parent 0bc604b commit 21695f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pa11yci

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"defaults": {
33
"timeout": 10000,
4-
"wait": 2000
4+
"wait": 2000,
5+
"chromeLaunchConfig": {
6+
"executablePath": "/usr/bin/google-chrome"
7+
}
58
},
69
"urls": [
710
"http://127.0.0.1:8080/patterns/base-colors/index.html",

0 commit comments

Comments
 (0)