# brofist-browser

> Browser reporter for brofist tests.

Latest version **0.3.0** (published 2013-06-13) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install brofist-browser
pnpm add brofist-browser
yarn add brofist-browser
bun add brofist-browser
```

Provides the command `brofist-browser`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2013-06-13 |
| First published | 2013-05-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 18 |
| Known vulnerabilities | 0 (+7 in 2 direct dependencies) |
| Install scripts | no |
| Author | Quildreen "Sorella" Motta |
| Maintainers | killdream |
| Keywords | brofist, testing, reporter, brofist-reporter |

## Links

- npm: https://www.npmjs.com/package/brofist-browser
- Repository: https://github.com/brofistjs/brofist-browser
- npm.io page: https://npm.io/package/brofist-browser

## Dependencies (18)

- [boo](https://npm.io/package/boo.md) ~2.0.0
- [ffs](https://npm.io/package/ffs.md) ~0.1.1
- [nib](https://npm.io/package/nib.md) ~0.9.1
- [doom](https://npm.io/package/doom.md) ~0.4.6
- [pinky](https://npm.io/package/pinky.md) ~0.1.2
- [spice](https://npm.io/package/spice.md) ~1.0.2
- [moment](https://npm.io/package/moment.md) ~2.0.0
- [stylus](https://npm.io/package/stylus.md) ~0.32.1
- [brofist](https://npm.io/package/brofist.md) ~0.3.0
- [express](https://npm.io/package/express.md) ~3.2.2
- [optimist](https://npm.io/package/optimist.md) ~0.5.2
- [doom-bean](https://npm.io/package/doom-bean.md) ~0.1.0
- [browserify](https://npm.io/package/browserify.md) ~2.18.1
- [dominatrix](https://npm.io/package/dominatrix.md) ~1.0.0
- [jumper-skirt](https://npm.io/package/jumper-skirt.md) ~0.1.0
- [entypo-stylus](https://npm.io/package/entypo-stylus.md) ~0.1.0
- [pinky-for-fun](https://npm.io/package/pinky-for-fun.md) ~0.2.1
- [doom-nwmatcher](https://npm.io/package/doom-nwmatcher.md) ~0.1.0

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 0.3.0 (latest) — 2013-06-13
- 0.2.1 — 2013-06-11
- 0.2.0 — 2013-05-19
- 0.1.3 — 2013-05-08
- 0.1.2 — 2013-05-08
- 0.1.1 — 2013-05-08

## README

# brofist-browser

Browser reporter for [Brofist](https://github.com/brofistjs/brofist).

## Example

You write your tests [Brofist style](https://github.com/brofistjs/brofist/wiki/Writing-tests)

```js
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:

```bash
$ brofist-browser serve your-file.js
```

And get back this deliciously rich output!

![The output of Brofist-browser](example.png)


## 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

---
_Source: https://npm.io/package/brofist-browser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
