File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"baseUrl" : " http://localhost:13370" ,
3
- "videoRecording" : false ,
4
- "screenshotOnHeadlessFailure" : false
3
+ "video" : false
5
4
}
Original file line number Diff line number Diff line change 13
13
"test" : " npm-run-all --parallel test:unit test:cypress" ,
14
14
"test:unit" : " kcd-scripts test --no-watch" ,
15
15
"test:unit:watch" : " kcd-scripts test" ,
16
- "test:cypress:serve" : " serve --clipless --local --port 13370 ./cypress/fixtures/test-app" ,
16
+ "test:cypress:serve" : " serve -l 13370 ./cypress/fixtures/test-app" ,
17
17
"test:cypress:run" : " cypress run" ,
18
18
"test:cypress:open" : " cypress open" ,
19
19
"test:cypress" : " npm-run-all --silent --parallel --race test:cypress:serve test:cypress:run" ,
42
42
"dom-testing-library" : " ^2.0.0"
43
43
},
44
44
"devDependencies" : {
45
- "cypress" : " ^2.1.0 " ,
45
+ "cypress" : " ^3.0.1 " ,
46
46
"kcd-scripts" : " ^0.37.0" ,
47
47
"npm-run-all" : " ^4.1.2" ,
48
- "serve" : " ^6.5.6 "
48
+ "serve" : " ^7.2.0 "
49
49
},
50
50
"peerDependencies" : {
51
- "cypress" : " ^2.1.0"
51
+ "cypress" : " ^2.1.0 || ^3.0.0 "
52
52
},
53
53
"eslintConfig" : {
54
54
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
You can’t perform that action at this time.
0 commit comments