mocha.parallel

Run async mocha specs in parallel

MIT License

Downloads
39K
Stars
197
Committers
11

Bot releases are hidden (Show)

mocha.parallel - 0.6.2

Published by danielstjules about 9 years ago

  • Don't suppress uncaughtException
mocha.parallel - 0.6.1

Published by danielstjules about 9 years ago

  • Fix exception handling edge cases
mocha.parallel - 0.6.0

Published by danielstjules about 9 years ago

  • Support being nested in suites with beforeEach/afterEach hooks, e.g.
  • Support synchronous hooks/specs
mocha.parallel - 0.5.0

Published by danielstjules about 9 years ago

  • Added support for it.skip()
mocha.parallel - 0.4.0

Published by danielstjules about 9 years ago

  • Add async exception handling
mocha.parallel - 0.3.0

Published by danielstjules about 9 years ago

  • Added hook support
mocha.parallel - 0.2.0

Published by danielstjules about 9 years ago

  • Isolate parallel suite execution from eachother
mocha.parallel - 0.1.1

Published by danielstjules about 9 years ago

  • Fix: parallel specs should be defined within suite
mocha.parallel - 0.1.0

Published by danielstjules about 9 years ago

  • Rethink API