You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress should support an automated way of configuring and setting up E2E examples through the command line, for instance using an environment variable.
The choice of the full set of "Scaffold example specs" or the single test spec from "Create new spec" should be given.
Why is this needed?
Currently it is necessary to use cypress open, then to manually agree to the configuration, followed by selecting spec options.
This means that there is no straightforward way to automate the setup or update of a running Cypress example project. Instead, manual steps have to be described and carried out. An example of this is in the instructions factory/test-project/README.MD in the cypress-io/cypress-docker-images repo, where it is necessary to combine shell instructions with manual instructions to achieve setup:
What would you like?
Cypress should support an automated way of configuring and setting up E2E examples through the command line, for instance using an environment variable.
The choice of the full set of "Scaffold example specs" or the single test spec from "Create new spec" should be given.
Why is this needed?
Currently it is necessary to use
cypress open
, then to manually agree to the configuration, followed by selecting spec options.This means that there is no straightforward way to automate the setup or update of a running Cypress example project. Instead, manual steps have to be described and carried out. An example of this is in the instructions factory/test-project/README.MD in the cypress-io/cypress-docker-images repo, where it is necessary to combine shell instructions with manual instructions to achieve setup:
Test that scaffolded specs run:
npm test
Other
No response
The text was updated successfully, but these errors were encountered: