Skip to content

4.0.0-alpha.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 29 Sep 18:41
· 322 commits to master since this release

Changes

  • Events that are emitted before reporters are initialized are now queued and re-emitted after reporter initialization. (#796)
  • Detection of malformed object suite descriptors (used with the object interface) has been improved
  • The loadScript method in the Node executor can now load modules from node_modules (#788)
  • A warning is now emitted when no config file was found (#791)
  • Browser bundles are now optimized
  • The cli now understands nested config parameters (e.g., node.suites="_tests/unit/**/*.js") (#792)