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 2e4de9a commit 2a36fb8Copy full SHA for 2a36fb8
tests/basic/README.md
@@ -0,0 +1,6 @@
1
+# basic test
2
+
3
+These tests run:
4
+- [ ] before the build
5
+- [x] after the build
6
+- [ ] on deploy success
tests/basic/netlify.toml
@@ -6,3 +6,11 @@ publish = "public"
# local Cypress plugin will test our site after it is built
7
# in production, please use: package = "netlify-plugin-cypress"
8
package = "../../"
9
10
+ # do not run tests after deploy (testing)
11
+ [plugins.inputs]
12
+ enable = false
13
14
+ # run tests postBuild
15
+ [plugins.inputs.postBuild]
16
+ enable = true
0 commit comments