Turn off netlify-plugin-cypress
This commit is contained in:
18
netlify.toml
18
netlify.toml
@@ -8,15 +8,15 @@ command = "npm run lint && npm run build"
|
|||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "npm run lint && npm run build"
|
command = "npm run lint && npm run build"
|
||||||
|
|
||||||
[[plugins]]
|
# [[plugins]]
|
||||||
package = "netlify-plugin-cypress"
|
# package = "netlify-plugin-cypress"
|
||||||
[plugins.inputs]
|
# [plugins.inputs]
|
||||||
configFile = "cypress.config.ts"
|
# configFile = "cypress.config.ts"
|
||||||
[plugins.inputs.postBuild]
|
# [plugins.inputs.postBuild]
|
||||||
enable = true
|
# enable = true
|
||||||
start = "npm start"
|
# start = "npm start"
|
||||||
wait-on = "http://127.0.0.1:3000/en/sponsoring"
|
# wait-on = "http://127.0.0.1:3000/en/sponsoring"
|
||||||
wait-on-timeout = "30" # seconds
|
# wait-on-timeout = "30" # seconds
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
# cache Cypress binary in local "node_modules" folder
|
# cache Cypress binary in local "node_modules" folder
|
||||||
|
|||||||
Reference in New Issue
Block a user