File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ defaults: &defaults
18
18
# ## print all Travis environment variables for debugging
19
19
- $(npm bin)/print-env TRAVIS
20
20
- npm start -- --silent &
21
- - npm run cy:run -- --record --parallel --group $STAGE_NAME
21
+ - npm run cy:run -- --record --key first_test
22
22
# after all tests finish running we need
23
23
# to kill all background jobs (like "npm start &")
24
24
- kill $(jobs -p) || true
Original file line number Diff line number Diff line change 35
35
"cy:verify" : " cypress verify" ,
36
36
"cy:version" : " cypress version" ,
37
37
"cy:run" : " cypress run" ,
38
- "cy:run:record" : " cypress run --record --key first_test " ,
38
+ "cy:run:record" : " cypress run --record" ,
39
39
"cy:open" : " cypress open" ,
40
40
"print-env" : " print-env"
41
41
}
You can’t perform that action at this time.
0 commit comments