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 d58c821 commit def24d5Copy full SHA for def24d5
netlify.toml
@@ -10,14 +10,15 @@ publish = "public"
10
[[plugins]]
11
# local Cypress plugin will test our site after it is built
12
package = "."
13
+
14
+ # run tests after deploying to Netlify
15
[plugins.inputs]
- # browser = "electron"
- # spec = 'cypress/integration/spec.js'
16
- # [plugins.inputs.preBuild]
17
- # start = 'npm start'
18
- # wait-on = 'http://localhost:5000'
19
- # wait-on-timeout = '3' # seconds
20
- [plugins.inputs.onSuccess]
21
- enable = true
22
record = true
23
group = 'deployed'
+ # run tests after building the site
+ [plugins.inputs.postBuild]
+ enable = true
+ record = true
+ group = 'postBuild'
24
0 commit comments