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:
Joakim Jäderberg
2025-11-04 10:20:06 +00:00
parent 0131b5f731
commit 59143b4023
16 changed files with 46 additions and 3854 deletions

View File

@@ -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"