-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot pass record key through CYPRESS_RECORD_KEY variable (local dev mode) #820
Labels
Milestone
Comments
Hmm, in local dev mode when using |
Fixed in |
This was referenced Mar 19, 2020
This was referenced Mar 22, 2022
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bug
When working inside this repository and trying to record a run, the record key is not read from the environment variable
CYPRESS_RECORD_KEY
.steps to reproduce
git clone https://github.com/cypress-io/cypress-test-tiny.git /tmp/cypress-test-tiny
/tmp/test
from the root of this repository AND record it (because we are working against local API without running it, just use fake "foo" and "bar").Everything is working and the test is running.
CYPRESS_RECORD_KEY
(see https://docs.cypress.io/dashboard/overview/projects-dashboard.html#Record-Test-Runs)and you get the following error message
Hmm, weird that this fails in local development mode, but works just fine in compiled binary.
The text was updated successfully, but these errors were encountered: