File tree Expand file tree Collapse file tree 7 files changed +13
-4
lines changed Expand file tree Collapse file tree 7 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 44 "pluginsFile" : " ../../cypress/plugins" ,
55 "screenshotsFolder" : " ../../cypress/screenshots" ,
66 "supportFile" : " ../../cypress/support/index.js" ,
7- "videoFolder" : " ../../cypress/videos"
7+ "videoFolder" : " ../../cypress/videos" ,
8+ "projectId" : " 66va58"
89}
Original file line number Diff line number Diff line change 44 "pluginsFile" : " ../../cypress/plugins" ,
55 "screenshotsFolder" : " ../../cypress/screenshots" ,
66 "supportFile" : " ../../cypress/support/index.js" ,
7- "videoFolder" : " ../../cypress/videos"
7+ "videoFolder" : " ../../cypress/videos" ,
8+ "projectId" : " ijcdpo"
89}
Original file line number Diff line number Diff line change 44 "pluginsFile" : " ../../cypress/plugins" ,
55 "screenshotsFolder" : " ../../cypress/screenshots" ,
66 "supportFile" : " ../../cypress/support/index.js" ,
7- "videoFolder" : " ../../cypress/videos"
7+ "videoFolder" : " ../../cypress/videos" ,
8+ "projectId" : " 3tvrbe"
89}
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ publish = ".next"
77# cache Cypress binary in local "node_modules" folder
88# so Netlify caches it
99CYPRESS_CACHE_FOLDER = " ../node_modules/.CypressBinary"
10+ # set TERM variable for terminal output
11+ TERM = " xterm"
1012
1113[dev ]
1214framework = " #static"
@@ -21,4 +23,5 @@ package = "@netlify/plugin-local-install-core"
2123package = " netlify-plugin-cypress"
2224
2325[context .deploy-preview .plugins .inputs ]
26+ record = true
2427configFile = " ../../cypress/config/ci.json"
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ package = "./local-plugin"
1414# cache Cypress binary in local "node_modules" folder
1515# so Netlify caches it
1616CYPRESS_CACHE_FOLDER = " ../node_modules/.CypressBinary"
17+ # set TERM variable for terminal output
18+ TERM = " xterm"
1719
1820[[plugins ]]
1921package = " @netlify/plugin-local-install-core"
@@ -22,4 +24,5 @@ package = "@netlify/plugin-local-install-core"
2224package = " netlify-plugin-cypress"
2325
2426[context .deploy-preview .plugins .inputs ]
27+ record = true
2528configFile = " ../../cypress/config/nx-demo.json"
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ package = "@netlify/plugin-local-install-core"
2121package = " netlify-plugin-cypress"
2222
2323[context .deploy-preview .plugins .inputs ]
24+ record = true
2425configFile = " ../../cypress/config/static-root.json"
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "build:demo" : " next build demos/default" ,
1212 "cy:open" : " cypress open --config-file cypress/config/all.json" ,
13- "cy:run" : " cypress run --config-file ../../cypress/config/ci.json" ,
1413 "dev:demo" : " next dev demos/default" ,
1514 "format" : " run-s format:check-fix:*" ,
1615 "format:ci" : " run-s format:check:*" ,
You can’t perform that action at this time.
0 commit comments