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
1818 # ## print all Travis environment variables for debugging
1919 - $(npm bin)/print-env TRAVIS
2020 - npm start -- --silent &
21- - npm run cy:run -- --record --parallel --group $STAGE_NAME
21+ - npm run cy:run -- --record --key first_test
2222 # after all tests finish running we need
2323 # to kill all background jobs (like "npm start &")
2424 - kill $(jobs -p) || true
Original file line number Diff line number Diff line change 3535 "cy:verify" : " cypress verify" ,
3636 "cy:version" : " cypress version" ,
3737 "cy:run" : " cypress run" ,
38- "cy:run:record" : " cypress run --record --key first_test " ,
38+ "cy:run:record" : " cypress run --record" ,
3939 "cy:open" : " cypress open" ,
4040 "print-env" : " print-env"
4141 }
You can’t perform that action at this time.
0 commit comments