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
rework test phases to make onSuccess default (#133) (f2d8f76)
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 URLpackage = "netlify-plugin-cypress"
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.