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]
|
||||
command = "npm run lint && npm run build"
|
||||
|
||||
[[plugins]]
|
||||
package = "netlify-plugin-cypress"
|
||||
[plugins.inputs]
|
||||
configFile = "cypress.config.ts"
|
||||
[plugins.inputs.postBuild]
|
||||
enable = true
|
||||
start = "npm start"
|
||||
wait-on = "http://127.0.0.1:3000/en/sponsoring"
|
||||
wait-on-timeout = "30" # seconds
|
||||
# [[plugins]]
|
||||
# package = "netlify-plugin-cypress"
|
||||
# [plugins.inputs]
|
||||
# configFile = "cypress.config.ts"
|
||||
# [plugins.inputs.postBuild]
|
||||
# enable = true
|
||||
# start = "npm start"
|
||||
# wait-on = "http://127.0.0.1:3000/en/sponsoring"
|
||||
# wait-on-timeout = "30" # seconds
|
||||
|
||||
[build.environment]
|
||||
# cache Cypress binary in local "node_modules" folder
|
||||
|
||||
Reference in New Issue
Block a user