feat: use cypress record key from env
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-01-30 22:24:02 +01:00
parent c7a541918a
commit d2db8ccba1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -116,12 +116,12 @@ steps:
YARN_CACHE_FOLDER: .cache/yarn/
CYPRESS_CACHE_FOLDER: .cache/cypress/
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 60000
CYPRESS_KEY:
CYPRESS_RECORD_KEY:
from_secret: cypress_project_key
commands:
- sed -i 's/localhost/api/g' dist/index.html
- yarn serve:dist & npx wait-on http://localhost:5000
- yarn test:frontend --browser chrome --record --key $CYPRESS_KEY
- yarn test:frontend --browser chrome --record
depends_on:
- dependencies
- build-prod
@ -667,6 +667,6 @@ steps:
from_secret: crowdin_key
---
kind: signature
hmac: fc7f99db762292b19a5cb01ba8f686c5348f9824473850c7f6ea4e0fba3a57a2
hmac: e8748058b09d57b4d9f53dc40fb163f1719a4177d392439a62b1c198ba1502a0
...