File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 30
30
- stage : test
31
31
env :
32
32
- STAGE_NAME=1x-electron
33
- << : *defaults
34
- # run tests in parallel by including several test jobs with same name variable
35
- - stage : test
36
- env :
37
- - STAGE_NAME=4x-electron
38
- << : *defaults
39
- - stage : test
40
- env :
41
- - STAGE_NAME=4x-electron
42
- << : *defaults
43
- - stage : test
44
- env :
45
- - STAGE_NAME=4x-electron
46
- << : *defaults
47
- - stage : test
48
- env :
49
- - STAGE_NAME=4x-electron
50
33
<< : *defaults
Original file line number Diff line number Diff line change 30
30
"test:e2e" : " cypress run" ,
31
31
"test:unit" : " cross-env PORT=4100 react-scripts test --env=jsdom" ,
32
32
"test" : " npm-run-all -s test:unit -p -r start test:e2e" ,
33
- "eject" : " react-scripts eject"
33
+ "eject" : " react-scripts eject" ,
34
+ "cy:verify" : " cypress verify" ,
35
+ "cy:version" : " cypress version" ,
36
+ "cy:run" : " cypress run" ,
37
+ "cy:run:record" : " cypress run --record" ,
38
+ "cy:open" : " cypress open"
34
39
}
35
40
}
You can’t perform that action at this time.
0 commit comments