We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bad387 commit 2b2c003Copy full SHA for 2b2c003
netlify.toml
@@ -22,4 +22,6 @@
22
# https://github.com/cypress-io/netlify-plugin-cypress
23
package = "netlify-plugin-cypress"
24
# we don't need to run all tests, just a few sanity specs
25
- inputs = { spec = 'cypress/integration/examples/w*.js', record = true }
+ [plugins.inputs]
26
+ record = true
27
+ spec = "cypress/integration/examples/w*.js"
0 commit comments