Skip to content

3.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@csnover csnover released this 25 Jun 01:24
· 876 commits to master since this release

👾 Please report any bugs or regressions you encounter with this release!

Enhancements (since last RC)

  • An experimental unitTestsWaitForReporter configuration option has been added. Set this to false if you do not need to influence the unit testing system from a reporter in the test runner (this is typical), which will significantly improve unit testing performance. (566bb8c)
  • Reporters are now configurable from the Grunt task. (#419)
  • "intern" is now a valid configuration module ID. (#409)
  • Istanbul output is now coloured when run through the Grunt task. (#422)
  • QUnit.extend has been added to the QUnit interface. (#415)

Bug fixes (since last RC)

  • Using proxyOnly will no longer crash the runner when it quits. (d2e7835)
  • User-aborted test runs will now correctly return a non-zero exit code. (36125d4)
  • The test system will no longer attempt to retry a test run that has been cancelled. (e2c892d)
  • The test system will now correctly return a non-zero exit code when it fails with an early error. (#414)
  • The example configuration has been updated to remove an incorrect property name. (#418)
  • null suites option is supported again. (#420)
  • Other bug fixes from Leadfoot 1.5.2.

Install from npm

cd /my/project/root
npm install intern@beta --save-dev

Download source