Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
simply run tests without recording
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 5, 2019
1 parent 1b0fe4c commit 5d97df0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ node_js:
script:
- npm run lint
- npm run transpile
- npm test -- --record
# you can simply run the tests
- npm test
# you can record the tests on Cypress Dashboard
# - npm test -- --record
# and you can run the tests with Percy.io visual testing included
# - npm run percy:test -- --record

after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 5d97df0

Please sign in to comment.