Skip to content

Commit 2b2c003

Browse files
authored
Update dependency netlify-plugin-cypress to v1.3.11 (#427)
1 parent 9bad387 commit 2b2c003

File tree

3 files changed

+249
-9
lines changed

3 files changed

+249
-9
lines changed

netlify.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@
2222
# https://github.com/cypress-io/netlify-plugin-cypress
2323
package = "netlify-plugin-cypress"
2424
# we don't need to run all tests, just a few sanity specs
25-
inputs = { spec = 'cypress/integration/examples/w*.js', record = true }
25+
[plugins.inputs]
26+
record = true
27+
spec = "cypress/integration/examples/w*.js"

0 commit comments

Comments
 (0)