Disable cypress test recordings

Because of: https://github.com/Human-Connection/Human-Connection/issues/470
This commit is contained in:
Robert Schäfer 2019-04-15 17:47:02 +02:00
parent 3edfa42f1a
commit 989fc018cf

View File

@ -28,7 +28,7 @@ script:
- docker-compose exec webapp yarn run lint
- docker-compose exec webapp yarn run test --ci --verbose=false
- docker-compose exec -d backend yarn run test:before:seeder
- yarn run cypress:run --record --key $CYPRESS_TOKEN
- yarn run cypress:run
after_success:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh