Files
mb-grid-solutions.com/.pa11yci.json
Marc Mintel e0803715a7
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 6s
🚀 Build & Deploy / 🧪 QA (push) Failing after 1m0s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 13m28s
🚀 Build & Deploy / 🚀 Deploy (push) Has been skipped
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
🚀 Build & Deploy / 🔔 Notify (push) Successful in 2s
chore: avb transition and automated testing setup
2026-04-21 18:47:43 +02:00

22 lines
519 B
JSON

{
"defaults": {
"standard": "WCAG2AA",
"runners": ["axe", "htmlcs"],
"ignore": [],
"timeout": 50000,
"wait": 1000,
"chromeLaunchConfig": {
"args": ["--no-sandbox", "--disable-setuid-sandbox", "--disable-dev-shm-usage"]
},
"threshold": 25
},
"urls": [
"http://localhost:3000/",
"http://localhost:3000/ueber-uns",
"http://localhost:3000/kontakt",
"http://localhost:3000/impressum",
"http://localhost:3000/datenschutz",
"http://localhost:3000/agb"
]
}