Skip to content
Snippets Groups Projects
Commit 942650d2 authored by jurgenhaas's avatar jurgenhaas
Browse files

Execute configurable script before and after running backstop

parent 76038687
No related branches found
Tags v1.12.2
No related merge requests found
Pipeline #494702 skipped
......@@ -2,7 +2,9 @@
export $(cat .env | xargs)
cd tests/backstop
./backstop-script-before
docker run --rm -t -v $(php /usr/local/bin/volume.php) -w $PWD --network=traefik-public backstopjs/backstopjs "$@"
./backstop-script-after
EC=$?
exit $EC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment