mocha.parallel

Run async mocha specs in parallel

MIT License

Downloads
39K
Stars
197
Committers
11

Bot releases are visible (Hide)

mocha.parallel - 0.15.6 Latest Release

Published by danielstjules about 6 years ago

mocha.parallel - 0.15.5

Published by danielstjules over 6 years ago

mocha.parallel - 0.15.4

Published by danielstjules almost 7 years ago

  • Fix root hook support
mocha.parallel - 0.15.3

Published by danielstjules about 7 years ago

  • Fix it.skip. Spec logic was still being ran in the background
mocha.parallel - 0.15.2

Published by danielstjules over 7 years ago

  • Fix promise rejection handling
mocha.parallel - 0.15.1

Published by danielstjules over 7 years ago

  • Correctly report duration for synchronous specs
mocha.parallel - 0.15

Published by danielstjules over 7 years ago

  • Fixed parallel.enable()
  • Added parallel.limit(n)
mocha.parallel - 0.14.0

Published by danielstjules almost 8 years ago

  • Support xit shorthand for it.skip
  • Allow but ignore titles in hooks
  • Prevent crash when missing uncaughtException handler
mocha.parallel - 0.13.0

Published by danielstjules about 8 years ago

  • Improved mocha context compatibility
  • this.timeout/slow/skip now available within parallel, and not only individual specs
  • Fixed timeout and duration tracking
mocha.parallel - 0.12.0

Published by danielstjules over 8 years ago

  • Add support for disabling parallel via parallel.disable() and re-enabling with parallel.enable()
mocha.parallel - 0.11.2

Published by danielstjules almost 9 years ago

  • npm being weird, no actual changes
mocha.parallel - 0.11.1

Published by danielstjules almost 9 years ago

  • Fix generator support for hooks
mocha.parallel - 0.11.0

Published by danielstjules almost 9 years ago

  • Add support for GeneratorFunctions
mocha.parallel - 0.10.0

Published by danielstjules almost 9 years ago

  • Add support for this.timeout()
mocha.parallel - 0.9.0

Published by danielstjules almost 9 years ago

  • Add support for this.skip()
mocha.parallel - 0.8.0

Published by danielstjules about 9 years ago

  • Added parallel.skip
mocha.parallel - 0.7.1

Published by danielstjules about 9 years ago

  • it.only() now only runs the subset of specs
mocha.parallel - 0.7.0

Published by danielstjules about 9 years ago

  • Added support for parallel.only() and it.only()
mocha.parallel - 0.6.4

Published by danielstjules about 9 years ago

  • Remove handling of specs that use uncaughtException
mocha.parallel - 0.6.3

Published by danielstjules about 9 years ago

  • Propagate uncaught exceptions if a handler exists