mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-24 22:21:45 +03:00
port percy tests rule
This commit is contained in:
parent
4f270a4985
commit
bfae039d90
@ -19,3 +19,7 @@ main = shakeArgs shakeOptions {shakeFiles = "_build"} $ do
|
||||
need ["log/axe-report.json", "script/format-axe-report.sh", "script/axe-report.jq"]
|
||||
Stdout report <- cmd "script/format-axe-report.sh" "log/axe-report.json"
|
||||
writeFileChanged out report
|
||||
|
||||
"log/percy-tests" %> \out -> do
|
||||
Stdout report <- cmd "script/percy-tests.sh"
|
||||
writeFileChanged out report
|
||||
|
Loading…
Reference in New Issue
Block a user