Skip to content

Commit

Permalink
chore(pa11y)[WIP]: try with delay-cli… ? for #208
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Feb 3, 2020
1 parent 9be294d commit c9d0168
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/.pa11yci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"level": "error",
"concurrency": 4,
"defaults": {
"wait": 5000,
"wait": 3000,
"runners": [
"axe"
],
Expand Down
192 changes: 192 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
"docs-pa11y": "pa11y-ci --config build/.pa11yci.json --sitemap http://localhost:9001/sitemap.xml --sitemap-find https://boosted.orange.com --sitemap-replace http://localhost:9001 --json > pa11y-ci-results.json",
"docs-pa11y": "delay 3 && pa11y-ci --config build/.pa11yci.json --sitemap http://localhost:9001/sitemap.xml --sitemap-find https://boosted.orange.com --sitemap-replace http://localhost:9001 --json > pa11y-ci-results.json",
"docs-pa11y-html": "pa11y-ci-reporter-html -d .pa11y",
"docs-accessibility": "npm-run-all --parallel --race \"docs-serve-only -- -n\" docs-pa11y",
"docs-serve": "hugo server --port 9001 --disableFastRender",
Expand Down Expand Up @@ -104,6 +104,7 @@
"bundlesize": "^0.18.0",
"clean-css-cli": "^4.3.0",
"cross-env": "^6.0.3",
"delay-cli": "^1.1.0",
"eslint": "^6.8.0",
"eslint-config-xo": "^0.27.2",
"eslint-plugin-import": "^2.20.0",
Expand Down

0 comments on commit c9d0168

Please sign in to comment.