This package has been deprecated

Author message:

This library is not actively maintained anymore.

buddy-browser

0.1.1 • Public • Published

buddy-browser

Browser reporter for Buddy.

Example

You pass the buddy-browser library as your reporter:

var spec   = require('test-buddy')()

spec('Your thing', function(it) {
  it('Should pass', function() {

  })

  it('Should fail', function() {
    throw new Error('boo')
  })
})

spec.run(require('buddy-browser')())

Then point the server to your file:

$ buddy-browser serve your-file.js

And get back this deliciously rich output!

The output of Buddy-browser

Installing

Just grab it from NPM:

$ npm install -g buddy-browser

Licence

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

Package Sidebar

Install

npm i buddy-browser

Weekly Downloads

5

Version

0.1.1

License

MIT

Last publish

Collaborators

  • killdream