Skip to content

Commit 2e4de9a

Browse files
committed
update use-chromium
1 parent def24d5 commit 2e4de9a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

tests/use-chromium/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@ publish = "public"
66
# local Cypress plugin will test our site after it is built
77
# in production, please use: package = "netlify-plugin-cypress"
88
package = "../../"
9+
910
[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
1017
browser = "chromium"

0 commit comments

Comments
 (0)