File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
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" : " 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 @@ -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"
You can’t perform that action at this time.
0 commit comments