This repository was archived by the owner on Dec 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ notifications:
77 email : true
88node_js :
99 - ' 8'
10+ script :
11+ - npm test -- --record
1012after_success :
1113 - npm run semantic-release
1214branches :
Original file line number Diff line number Diff line change 55[ ![ NPM] [ npm-icon ] ] [ npm-url ]
66
77[ ![ Build status] [ ci-image ] ] [ ci-url ]
8+ [ ![ Cypress dashboard] [ cypress-dashboard ] ] [ cypress-badge ]
89[ ![ semantic-release] [ semantic-image ] ] [ semantic-url ]
910[ ![ js-standard-style] [ standard-image ]] [ standard-url ]
1011
@@ -511,3 +512,5 @@ OTHER DEALINGS IN THE SOFTWARE.
511512[ semantic-url ] : https://github.com/semantic-release/semantic-release
512513[ standard-image ] : https://img.shields.io/badge/code%20style-standard-brightgreen.svg
513514[ standard-url ] : http://standardjs.com/
515+ [ cypress-badge ] : https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square
516+ [ cypress-dashboard ] : https://dashboard.cypress.io/#/projects/134ej7
Original file line number Diff line number Diff line change 11{
22 "viewportWidth" : 300 ,
33 "viewportHeight" : 100 ,
4- "videoRecording" : false
4+ "videoRecording" : false ,
5+ "projectId" : " 134ej7"
56}
You can’t perform that action at this time.
0 commit comments