File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "video" : false
2
+ "video" : false ,
3
+ "baseUrl" : " http://localhost:3000"
3
4
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "baseUrl" : " http://localhost:3000" ,
3
+ "integrationFolder" : " ../cypress/integration" ,
4
+ "pluginsFile" : " ../cypress/plugins" ,
5
+ "screenshotsFolder" : " ../cypress/screenshots" ,
6
+ "supportFile" : " ../cypress/support/index.js" ,
7
+ "videoFolder" : " ../cypress/videos"
8
+ }
Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"build:demo" : " next build demo" ,
12
12
"cy:open" : " cypress open --config-file ../cypress/config/all.json" ,
13
- "cy:run" : " cypress run --config-file ../cypress/config/all .json" ,
13
+ "cy:run" : " cypress run --config-file ../cypress/config/ci .json" ,
14
14
"dev:demo" : " next dev demo" ,
15
15
"format" : " run-s format:check-fix:*" ,
16
16
"format:ci" : " run-s format:check:*" ,
You can’t perform that action at this time.
0 commit comments