Skip to content
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

Proposal: Support process for managing environments #2068

Closed
jennifer-shehane opened this issue Jun 29, 2018 · 2 comments
Closed

Proposal: Support process for managing environments #2068

jennifer-shehane opened this issue Jun 29, 2018 · 2 comments
Labels
type: duplicate This issue or pull request already exists

Comments

@jennifer-shehane
Copy link
Member

Current behavior:

Users want to run their test suite across environments (dev, staging, prod) and easily see the environment the tests were run in (from the Test Runner and the Dashboard)

Related gitter convo: https://gitter.im/cypress-io/cypress?at=5b35971d6ceffe4eba3c6d82

Desired behavior:

Have an official way to specify the environment Cypress will be run in so that this data can be shown while reviewing tests run later.

Versions

Cy: 3.0.2

@jennifer-shehane jennifer-shehane added type: feature New feature that does not currently exist pkg/desktop-gui This is due to an issue in the packages/desktop-gui directory external: dashboard stage: proposal 💡 No work has been done of this issue pkg/server This is due to an issue in the packages/server directory labels Jun 29, 2018
@jennifer-shehane
Copy link
Member Author

We've discussed having something like a --label flag to pass through on cypress run and whatever was written here would be displayed in the list of runs. So you could do:

cypress run --label=production
cypress run --label=develop

Need a char limit on what's allowed here, because this label would then be displayed in the runs list.

@jennifer-shehane
Copy link
Member Author

Closing as duplicate of #2561

@jennifer-shehane jennifer-shehane added type: duplicate This issue or pull request already exists and removed stage: proposal 💡 No work has been done of this issue external: api pkg/desktop-gui This is due to an issue in the packages/desktop-gui directory pkg/server This is due to an issue in the packages/server directory type: feature New feature that does not currently exist labels Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant