Skip to content

Commit

Permalink
Pa11y POC with custom sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
harryy94 committed Jan 23, 2025
1 parent 834a732 commit 5fdd039
Show file tree
Hide file tree
Showing 4 changed files with 1,547 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/e2e/pa11y/pa11y.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"defaults": {
"timeout": 10000,
"viewport": {
"width": 320,
"height": 480
},
"chromeLaunchConfig": {
"ignoreHTTPSErrors": true,
"args": ["--no-sandbox"]
}
}
}
7 changes: 7 additions & 0 deletions src/e2e/pa11y/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies": {
"pa11y": "^8.0.0",
"pa11y-ci": "^3.1.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit 5fdd039

Please sign in to comment.