cypressRun

This commit is contained in:
jamesread 2021-10-18 08:48:58 +01:00
parent d4cdf5bc53
commit b72e351c69
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -o xtrace
echo "Running config $1" echo "Running config $1"
cp -f config/config{.$1,}.yaml cp -f ../configs/config.{$1}.yaml ./config/config.yaml
docker start olivetin docker start olivetin
NO_COLOR=1 ./node_modules/.bin/cypress run --headless -s cypress/integration/$1/* || true NO_COLOR=1 ./node_modules/.bin/cypress run --headless -s cypress/integration/$1/* || true
docker kill olivetin docker kill olivetin