Skip to content

Commit 4a44ede

Browse files
committed
some more changes on the travis.yml
1 parent 23330a5 commit 4a44ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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
}

0 commit comments

Comments
 (0)