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 def24d5 commit 2e4de9aCopy full SHA for 2e4de9a
tests/use-chromium/README.md
@@ -0,0 +1,6 @@
1
+# use Chromium browser
2
+
3
+These tests run:
4
+- [ ] before the build
5
+- [x] after the build
6
+- [ ] on deploy success
tests/use-chromium/netlify.toml
@@ -6,5 +6,12 @@ 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
[plugins.inputs]
11
+ # do not run tests after deploy
12
+ enable = false
13
14
+ # only run tests postBuild before deploy
15
+ [plugins.inputs.postBuild]
16
+ enable = true
17
browser = "chromium"
0 commit comments