Skip to content

Commit def24d5

Browse files
committed
update netlify toml
1 parent d58c821 commit def24d5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

netlify.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ publish = "public"
1010
[[plugins]]
1111
# local Cypress plugin will test our site after it is built
1212
package = "."
13+
14+
# run tests after deploying to Netlify
1315
[plugins.inputs]
14-
# browser = "electron"
15-
# 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
2216
record = true
2317
group = 'deployed'
18+
19+
# run tests after building the site
20+
[plugins.inputs.postBuild]
21+
enable = true
22+
record = true
23+
group = 'postBuild'
24+

0 commit comments

Comments
 (0)