v8.0.0-alpha.7
Pre-release
Pre-release
8.0.0-alpha.7 (2021-06-02)
Code Refactoring
BREAKING CHANGES
- Drop the --waitOn flag
As of now we wait on the baseUrl that is defined in cypress.json, as
that is the URL that the tests are going to run against. - Drop support for the --appStart flag.
As a consumer, you are expected to either use something like
concurrently to run the app server and the cypress server in a single
process, or run then manually in two separate processes. This is no
longer done automatically.