Skip to content

Commit

Permalink
fixed record key
Browse files Browse the repository at this point in the history
  • Loading branch information
FMaulwurf committed Feb 14, 2019
1 parent 4a44ede commit 6b37e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults: &defaults
# ## print all Travis environment variables for debugging
- $(npm bin)/print-env TRAVIS
- npm start -- --silent &
- npm run cy:run -- --record --key first_test
- npm run cy:run -- --record --key d6b59750-9fbd-432b-8db5-0f6ee46956b0
# after all tests finish running we need
# to kill all background jobs (like "npm start &")
- kill $(jobs -p) || true
Expand Down

0 comments on commit 6b37e6c

Please sign in to comment.