Merged in chore/remove-cypress (pull request #3066)
chore: remove unused dependencies * chore: remove cypress * remove unused deps * update yarn.lock after removing unused deps Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -10,23 +10,6 @@ command = "yarn test --filter=@scandic-hotels/scandic-web && yarn build:web"
|
||||
[context.deploy-preview]
|
||||
command = "yarn test --filter=@scandic-hotels/scandic-web && yarn build:web"
|
||||
|
||||
# [[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
|
||||
# so Netlify caches it
|
||||
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
|
||||
# set TERM variable for terminal output
|
||||
TERM = "xterm"
|
||||
|
||||
[[plugins]]
|
||||
package = "@netlify/plugin-nextjs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user