0.2.0 • Published 10 years ago

mocha-browser v0.2.0

Weekly downloads
47
License
-
Repository
github
Last release
10 years ago

Mocha Browser

Mocha test suite for browser.

Usage

Test for local path:

$ mocha-browser tests/runner.html

Test for http server:

$ mocha-browser tests/runner.html -S
$ mocha-browser tests/runner.html --server

Test with other reporter:

$ mocha-browser tests/runner.html -R <name>

Coverage

We have two coverage reporter:

  1. html-cov for human
  2. lcov for coveralls

Thanks

Thanks to these projects:

  1. mocha
  2. mocha-phantomjs

Changelog

April 24, 2013 0.1.0

First preview release.

0.2.0

10 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago