build: record and publish all cypress test results

This commit is contained in:
roschaefer 2019-11-15 18:17:46 +01:00
parent bf067a3761
commit c35df53fdc

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