mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
Try record
This commit is contained in:
parent
ec9b90a7bd
commit
08d501a7c1
3
.github/workflows/e2e.frontend.yaml
vendored
3
.github/workflows/e2e.frontend.yaml
vendored
@ -24,9 +24,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
# DEBUG: '@cypress/github-action'
|
# DEBUG: '@cypress/github-action'
|
||||||
DEBUG: 'cypress:*'
|
DEBUG: 'cypress:*'
|
||||||
|
CYPRESS_RECORD_KEY: f4265c61-c7ca-4188-9e02-8958afa98cbc
|
||||||
|
CYPRESS_PROJECT_ID: f4265c61
|
||||||
with:
|
with:
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all
|
env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all
|
||||||
config: baseUrl=${{ github.event.deployment_status.target_url }}
|
config: baseUrl=${{ github.event.deployment_status.target_url }}
|
||||||
spec: cypress/integration/${{ matrix.test }}
|
spec: cypress/integration/${{ matrix.test }}
|
||||||
install-command: yarn --immutable
|
install-command: yarn --immutable
|
||||||
|
record: true
|
||||||
|
Loading…
Reference in New Issue
Block a user