Skip to content

Commit

Permalink
feat: setup Cypress dashboard to record tests, close cypress-io#3
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 27, 2017
1 parent ba0d4e0 commit 81fb49f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ notifications:
email: true
node_js:
- '8'
script:
- npm test -- --record
after_success:
- npm run semantic-release
branches:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![NPM][npm-icon] ][npm-url]

[![Build status][ci-image] ][ci-url]
[![Cypress dashboard][cypress-dashboard] ][cypress-badge]
[![semantic-release][semantic-image] ][semantic-url]
[![js-standard-style][standard-image]][standard-url]

Expand Down Expand Up @@ -511,3 +512,5 @@ OTHER DEALINGS IN THE SOFTWARE.
[semantic-url]: https://github.com/semantic-release/semantic-release
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[standard-url]: http://standardjs.com/
[cypress-badge]: https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square
[cypress-dashboard]: https://dashboard.cypress.io/#/projects/134ej7
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"viewportWidth": 300,
"viewportHeight": 100,
"videoRecording": false
"videoRecording": false,
"projectId": "134ej7"
}

0 comments on commit 81fb49f

Please sign in to comment.