Librairie d'audit d'accessibilité
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
envtpl -o patty.json /home/pa11y/patty.json.tmpl
|
||||
|
||||
mkdir -p reports
|
||||
@ -17,4 +15,4 @@ pa11y \
|
||||
--include-warnings \
|
||||
--include-notices \
|
||||
--reporter "${PA11Y_REPORTER}" \
|
||||
"$PA11Y_URL" > "pa11y.report.${PA11Y_REPORTER}" || exit 0
|
||||
"$PA11Y_URL" || exit 0
|
||||
|
Reference in New Issue
Block a user