Merge pull request #2251 from Human-Connection/record_cypress_tests

build: record and publish all cypress test results
This commit is contained in:
mattwr18 2019-11-18 21:31:19 +01:00 committed by GitHub
commit 71f7f9ad43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ script:
- docker-compose down
- docker-compose -f docker-compose.yml up -d
- wait-on http://localhost:7474
- yarn run cypress:run
- yarn run cypress:run --record
# Coverage
- yarn run codecov