This package has been deprecated

Author message:

Please use hifive-browser instead

brofist-browser

0.3.0 • Public • Published

brofist-browser

Browser reporter for Brofist.

Example

You write your tests Brofist style

var spec = require('brofist')()
 
module.exports = spec('Your thing', function(it) {
  it('Should pass', function() {
 
  })
 
  it('Should fail', function() {
    throw new Error('boo')
  })
})

Then point the server to your file:

$ brofist-browser serve your-file.js

And get back this deliciously rich output!

The output of Brofist-browser

Installing

Just grab it from NPM:

$ npm install -g brofist-browser

Licence

MIT/X11. IOW you just do whatever the fuck you want to ;3

Dependencies (18)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i brofist-browser

    Weekly Downloads

    3

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • killdream