Run frontend-tests with dist in ci
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-07-23 12:25:09 +02:00
parent 2429be7c72
commit 10bb353d31
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -97,11 +97,12 @@ steps:
CYPRESS_CACHE_FOLDER: .cache/cypress/
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 60000
commands:
- sed -i 's/localhost/api/g' public/index.html
- yarn serve & npx wait-on http://localhost:8080
- sed -i 's/localhost/api/g' dist/index.html
- yarn serve:dist & npx wait-on http://localhost:8080
- yarn test:frontend --browser chrome
depends_on:
- dependencies
- build
- name: upload-test-results
image: plugins/s3:1