File tree 7 files changed +13
-4
lines changed
7 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
"pluginsFile" : " ../../cypress/plugins" ,
5
5
"screenshotsFolder" : " ../../cypress/screenshots" ,
6
6
"supportFile" : " ../../cypress/support/index.js" ,
7
- "videoFolder" : " ../../cypress/videos"
7
+ "videoFolder" : " ../../cypress/videos" ,
8
+ "projectId" : " 66va58"
8
9
}
Original file line number Diff line number Diff line change 4
4
"pluginsFile" : " ../../cypress/plugins" ,
5
5
"screenshotsFolder" : " ../../cypress/screenshots" ,
6
6
"supportFile" : " ../../cypress/support/index.js" ,
7
- "videoFolder" : " ../../cypress/videos"
7
+ "videoFolder" : " ../../cypress/videos" ,
8
+ "projectId" : " ijcdpo"
8
9
}
Original file line number Diff line number Diff line change 4
4
"pluginsFile" : " ../../cypress/plugins" ,
5
5
"screenshotsFolder" : " ../../cypress/screenshots" ,
6
6
"supportFile" : " ../../cypress/support/index.js" ,
7
- "videoFolder" : " ../../cypress/videos"
7
+ "videoFolder" : " ../../cypress/videos" ,
8
+ "projectId" : " 3tvrbe"
8
9
}
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ publish = ".next"
7
7
# cache Cypress binary in local "node_modules" folder
8
8
# so Netlify caches it
9
9
CYPRESS_CACHE_FOLDER = " ../node_modules/.CypressBinary"
10
+ # set TERM variable for terminal output
11
+ TERM = " xterm"
10
12
11
13
[dev ]
12
14
framework = " #static"
@@ -21,4 +23,5 @@ package = "@netlify/plugin-local-install-core"
21
23
package = " netlify-plugin-cypress"
22
24
23
25
[context .deploy-preview .plugins .inputs ]
26
+ record = true
24
27
configFile = " ../../cypress/config/ci.json"
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ package = "./local-plugin"
14
14
# cache Cypress binary in local "node_modules" folder
15
15
# so Netlify caches it
16
16
CYPRESS_CACHE_FOLDER = " ../node_modules/.CypressBinary"
17
+ # set TERM variable for terminal output
18
+ TERM = " xterm"
17
19
18
20
[[plugins ]]
19
21
package = " @netlify/plugin-local-install-core"
@@ -22,4 +24,5 @@ package = "@netlify/plugin-local-install-core"
22
24
package = " netlify-plugin-cypress"
23
25
24
26
[context .deploy-preview .plugins .inputs ]
27
+ record = true
25
28
configFile = " ../../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"
21
21
package = " netlify-plugin-cypress"
22
22
23
23
[context .deploy-preview .plugins .inputs ]
24
+ record = true
24
25
configFile = " ../../cypress/config/static-root.json"
Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"build:demo" : " next build demos/default" ,
12
12
"cy:open" : " cypress open --config-file cypress/config/all.json" ,
13
- "cy:run" : " cypress run --config-file ../../cypress/config/ci.json" ,
14
13
"dev:demo" : " next dev demos/default" ,
15
14
"format" : " run-s format:check-fix:*" ,
16
15
"format:ci" : " run-s format:check:*" ,
You can’t perform that action at this time.
0 commit comments