-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Configuration shows env
variables as undefined
#5859
Configuration shows env
variables as undefined
#5859
Comments
Have the same issue. Environment:
|
env
variables undefinedenv
variables undefined
when set from configFile
env
variables undefined
when set from configFile
env
variables as undefined
I can confirm this is showing as The I have also confirmed that the env variables are being correctly set and are readable from the spec files, so this appears to only be affecting the display in the settings panel (which was redesigned in 3.7.0) |
env
variables as undefined
env
variables as undefined
in 3.7.0
env
variables as undefined
in 3.7.0env
variables as undefined
The code for this is done in cypress-io/cypress#5879, but has yet to be released. |
Released in 3.8.0. |
Settings Panel does not show env variables
cypress/config/foo.json
file contentDesired behavior:
The Settings panel should show all environments as they are defined in the selected config file.
Steps to reproduce: (app code and test code)
cypress open
orcypress open --config-file _PATH_TO_CONFIG_FILE
(applies for both, with default or with custom config file)Configuration
accordionenv
key showsundefined
and no source item when hoveringVersions
Node: 12.0.0
Cypress: 3.7.0
Note: Running the exact configuration with cypress 3.6.1 works as expected.
The text was updated successfully, but these errors were encountered: