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
22 lines
519 B
JSON
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"
|
|
]
|
|
}
|