0.3.0 • Published 11 years ago

brofist-browser v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

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