Releases: cypress-io/netlify-plugin-cypress
Releases · cypress-io/netlify-plugin-cypress
v1.9.1
v1.9.0
v1.8.1
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.1
1.4.1 (2020-07-23)
Bug Fixes
[[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