File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ notifications:
7
7
email : true
8
8
node_js :
9
9
- ' 8'
10
+ script :
11
+ - npm test -- --record
10
12
after_success :
11
13
- npm run semantic-release
12
14
branches :
Original file line number Diff line number Diff line change 5
5
[ ![ NPM] [ npm-icon ] ] [ npm-url ]
6
6
7
7
[ ![ Build status] [ ci-image ] ] [ ci-url ]
8
+ [ ![ Cypress dashboard] [ cypress-dashboard ] ] [ cypress-badge ]
8
9
[ ![ semantic-release] [ semantic-image ] ] [ semantic-url ]
9
10
[ ![ js-standard-style] [ standard-image ]] [ standard-url ]
10
11
@@ -511,3 +512,5 @@ OTHER DEALINGS IN THE SOFTWARE.
511
512
[ semantic-url ] : https://github.com/semantic-release/semantic-release
512
513
[ standard-image ] : https://img.shields.io/badge/code%20style-standard-brightgreen.svg
513
514
[ 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 1
1
{
2
2
"viewportWidth" : 300 ,
3
3
"viewportHeight" : 100 ,
4
- "videoRecording" : false
4
+ "videoRecording" : false ,
5
+ "projectId" : " 134ej7"
5
6
}
You can’t perform that action at this time.
0 commit comments