1.1.3 • Published 4 years ago

hacktiv8-reporter v1.1.3

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

Visit Us

Installation:

$ npm i jest hacktiv8-reporter -D

Usage:

package.json

...,
"scripts": {
  "test": "jest"
},
"jest": {
  "reporters": [
    "default",
    "hacktiv8-reporter"
  ]
},
...

__tests__/index.js

...
describe('describe title', () => {
  it('should check test title (50)', () => { // add 50 score when test is passed
    ...
  })
  it('should check test title (50)', () => {
    ...
  })
  it('should check restriction rules (-30)', async () => { // reduce 30 score when test is passed
    ...
  })
})
1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago