File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6
6
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
7
7
],
8
8
"chromeLaunchConfig": {
9
- "executablePath": "/usr/bin/google-chrome",
10
- "args": [
11
- "--no-sandbox"
12
- ]
9
+ "executablePath": "/usr/bin/google-chrome"
13
10
}
14
11
},
15
12
"urls": [
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 --no pa11y-ci" ,
15
+ "test:accessibility" : " npx 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