Skip to content

Releases: cypress-io/netlify-plugin-cypress

v1.9.1

09 Feb 02:39
Compare
Choose a tag to compare

1.9.1 (2021-02-09)

Bug Fixes

v1.9.0

08 Feb 23:03
79c8b5d
Compare
Choose a tag to compare

1.9.0 (2021-02-08)

Features

v1.8.1

05 Feb 19:24
Compare
Choose a tag to compare

1.8.1 (2021-02-05)

Bug Fixes

v1.8.0

05 Feb 18:43
Compare
Choose a tag to compare

1.8.0 (2021-02-05)

Features

v1.7.0

04 Feb 20:46
c05fee5
Compare
Choose a tag to compare

1.7.0 (2021-02-04)

Features

  • add skip=true flag to postBuild tests (#105) (c05fee5)

v1.6.0

04 Feb 19:40
5361735
Compare
Choose a tag to compare

1.6.0 (2021-02-04)

Features

  • run cypress info command after install and verify (#104) (5361735)

v1.5.0

04 Feb 19:31
a9c85b3
Compare
Choose a tag to compare

1.5.0 (2021-02-04)

Features

v1.4.1

23 Jul 19:11
76092cb
Compare
Choose a tag to compare

1.4.1 (2020-07-23)

Bug Fixes

  • spa parameter and full client-side routing example (#72) (76092cb)
[[plugins]]
  package = "netlify-plugin-cypress"
  [plugins.inputs]
    # must allow our test server to redirect unknown routes to "/"
    # so that client-side routing can correctly route them
    # can be set to true or "index.html" (or similar fallback filename in the built folder)
    spa = true

See an example in tests/routing folder

v1.4.0

23 Jul 17:21
c28c585
Compare
Choose a tag to compare

1.4.0 (2020-07-23)

Features

v1.3.11

28 May 19:20
a96f86c
Compare
Choose a tag to compare

1.3.11 (2020-05-28)

Bug Fixes

  • Fail build if Cypress runs into a problem (#54) (a96f86c)