Merge pull request #3935 from Human-Connection/3934-switch-of-cypress-tests-for-last-deployment

build: 💥 Disable full stack tests
This commit is contained in:
Wolfgang Huß 2020-10-14 10:49:20 +02:00 committed by GitHub
commit c098a5b6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,11 +42,12 @@ script:
- docker-compose exec webapp yarn run lint
- docker-compose exec webapp yarn run test --ci --verbose=false --coverage
# Fullstack
- docker-compose down
- docker-compose -f docker-compose.yml up -d
- wait-on http://localhost:7474
- yarn run cypress:run --record
- yarn run cucumber
# disable for last deploy, because of flakiness!
# - docker-compose down
# - docker-compose -f docker-compose.yml up -d
# - wait-on http://localhost:7474
# - yarn run cypress:run --record
# - yarn run cucumber
# Coverage
- yarn run codecov