File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"defaults": {
3
3
"timeout": 10000,
4
- "wait": 2000
4
+ "wait": 2000,
5
+ "chromeLaunchConfig": {
6
+ "executablePath": "/usr/bin/google-chrome"
7
+ }
5
8
},
6
9
"urls": [
7
10
"http://127.0.0.1:8080/patterns/base-colors/index.html",
Original file line number Diff line number Diff line change 12
12
"test" : " start-server-and-test start :8080 'npm-run-all test:accessibility'" ,
13
13
"test:visual-regression:test" : " backstop test --config=./tests/backstop.json" ,
14
14
"test:visual-regression:approve" : " backstop approve --config=./tests/backstop.json" ,
15
- "test:accessibility" : " npx pa11y-ci" ,
15
+ "test:accessibility" : " npx --no pa11y-ci" ,
16
16
"test:lighthouse" : " npx lighthouse http://localhost:8080/patterns/pages-sample-page/pages-sample-page.rendered.html --budget-path=.lighthouse-budget.json --view" ,
17
17
"test:webhint" : " npx hint http://localhost:8080/styleguide/html/styleguide.html" ,
18
18
"lint" : " npm-run-all -p lint:*" ,
You can’t perform that action at this time.
0 commit comments