Releases: cypress-io/netlify-plugin-cypress
Releases · cypress-io/netlify-plugin-cypress
v2.2.1
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2021-03-03)
Features
BREAKING CHANGES
- now the onSuccess step is the default testing
step, running the Cypress tests against the preview or production
deploy. Another change is the default browser is Chromium instead
of Electron.
[[plugins]]
# runs Cypress tests against the deployed URL
package = "netlify-plugin-cypress"
v2.0.0-prepare-v2.2
v2.0.0-prepare-v2.1
2.0.0-prepare-v2.1 (2021-03-02)
Features
- enable post-deploy tests by default (7e1e805)
- rework test phases to make onSuccess default (2afe844)
BREAKING CHANGES
- enable onSuccess hook, and disable other hooks.
- now the onSuccess step is the default testing
step, running the Cypress tests against the preview or production
deploy. Another change is the default browser is Chromium instead
of Electron.