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 f079748 commit 19197f2Copy full SHA for 19197f2
demo/netlify.toml
@@ -6,7 +6,7 @@ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../"
6
[build.environment]
7
# cache Cypress binary in local "node_modules" folder
8
# so Netlify caches it
9
-CYPRESS_CACHE_FOLDER = "../node_modules/CypressBinary"
+CYPRESS_CACHE_FOLDER = "../node_modules/.CypressBinary"
10
11
[dev]
12
framework = "#static"
@@ -19,5 +19,6 @@ package = "@netlify/plugin-local-install-core"
19
20
[[plugins]]
21
package = "netlify-plugin-cypress"
22
- [plugins.inputs]
23
- configFile = "cypress/config/all.json"
+
+[plugins.inputs]
24
+configFile = "cypress/config/all.json"
0 commit comments