mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +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:
|
||||
# DEBUG: '@cypress/github-action'
|
||||
DEBUG: 'cypress:*'
|
||||
CYPRESS_RECORD_KEY: f4265c61-c7ca-4188-9e02-8958afa98cbc
|
||||
CYPRESS_PROJECT_ID: f4265c61
|
||||
with:
|
||||
working-directory: frontend
|
||||
env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all
|
||||
config: baseUrl=${{ github.event.deployment_status.target_url }}
|
||||
spec: cypress/integration/${{ matrix.test }}
|
||||
install-command: yarn --immutable
|
||||
record: true
|
||||
|
Loading…
Reference in New Issue
Block a user