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 30cfd62 commit facb0e8Copy full SHA for facb0e8
tests/recording/README.md
@@ -0,0 +1,6 @@
1
+# recommended test
2
+
3
+These tests run:
4
+- [ ] before the build
5
+- [x] after the build
6
+- [ ] on deploy success
tests/recording/netlify.toml
@@ -13,7 +13,13 @@ TERM = "xterm"
13
# local Cypress plugin will test our site after it is built
14
# in production, please use: package = "netlify-plugin-cypress"
15
package = "../../"
16
17
+ # do not run tests after deploy
18
[plugins.inputs]
19
+ enable = false
20
21
+ # run and record tests post build
22
+ [plugins.inputs.postBuild]
23
record = true
24
group = "test once after build"
25
tag = "recommended"
0 commit comments