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

Commit 5d97df0

Browse files
committed
simply run tests without recording
1 parent 1b0fe4c commit 5d97df0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ node_js:
1717
script:
1818
- npm run lint
1919
- npm run transpile
20-
- npm test -- --record
20+
# you can simply run the tests
21+
- npm test
22+
# you can record the tests on Cypress Dashboard
23+
# - npm test -- --record
24+
# and you can run the tests with Percy.io visual testing included
25+
# - npm run percy:test -- --record
26+
2127
after_success:
2228
- npm run semantic-release
2329
branches:

0 commit comments

Comments
 (0)