1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

Try record

This commit is contained in:
Gastón Fournier 2024-09-02 15:43:56 +02:00
parent ec9b90a7bd
commit 08d501a7c1
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -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