Skip to content

Tags: cypress-io/netlify-plugin-cypress

Tags

v2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create triage_closed_issue_comment.yml

v2.2.0

run unit tests on CI

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add configFile parameter (#147)

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: rework test phases to make onSuccess default (#133)

BREAKING CHANGE: 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.

```toml
[[plugins]]
  # runs Cypress tests against the deployed URL
  package = "netlify-plugin-cypress"
```

v2.0.0-prepare-v2.2

feat: chromium should be the default browser

v2.0.0-prepare-v2.1

set master branch name

v1.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use dashboard url markdown syntax (#125)

v1.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: output summary from the plugin (#123)

v1.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: serve HTML static pages by default (#117)

v1.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: improve the ping code (#114)

Now should work with Gatsby sites