All Versions
28
Latest Version
Avg Release Cycle
53 days
Latest Release
1267 days ago

Changelog History
Page 2

  • v4.7.1 Changes

    December 13, 2019

    Overview

    ๐Ÿš€ This release adds the new lifecycleMethod Suite property to serialized suites (#1006). Without this property, the updated JUnit reporter couldn't properly generate reports for remote suites. Thanks @jonnycornwell!

  • v4.7.0 Changes

    December 04, 2019

    Overview

    ๐Ÿš€ This release features an updated JUnit reporter that now indicates suite errors, and also updates the Runner reporter to tag suite error messages with "ERROR" rather than "FAILED" (#955).

  • v4.6.0

    November 08, 2019
  • v4.5.0 Changes

    July 29, 2019

    Overview

    ๐Ÿš€ This release adds a few new features:

    Thanks to @ascorbic for contributing!

    โž• Additional changes

    โšก๏ธ In addition, all dependencies were updated to current versions.

    Intern is once again compatible with TypeScript projects using older versions of TS (< 3.0). Internally Intern is compiled with TS 3.5.

  • v4.4.3 Changes

    June 05, 2019

    Overview

    ๐Ÿš€ This release fixes bugs with path resolution and reporter output, and ensure types are compatible with the version of TS used by Intern.

    • โœ‚ Remove unnecessary types dependencies and ensure remaining types are TS 3.1 compatible (#977)
    • ๐Ÿ‘Œ Improve internPath resolution and update HTML testing documentation (#988)
    • โž• Add a mkdirp implementation for the Junit reporter (#984)
  • v4.4.2 Changes

    March 05, 2019

    Overview

    ๐Ÿš€ This release fixes some issues with the HTML reporter and improves typing for the leaveRemoteOpen config option. Thanks to @edhager for fixing some bugs!

    โšก๏ธ HTML reporter updates

    • ๐Ÿ›  Fix a row-expansion bug that could hide a subsequent row (#966)
    • ๐Ÿ‘‰ Make URLs in error output clickable (#969)
    • ๐Ÿ‘‰ Show error text in a <pre> and switch to SVG icons to fix some rendering issues (#974)

    ๐Ÿ›  Other fixes

    • ๐Ÿ‘Œ Support the fail value for leaveRemoteOpen (#915)
  • v4.4.1 Changes

    January 21, 2019

    Overview

    ๐Ÿš€ This release updates the Leadfoot dependency to prevent a hang that occurs with Firefox. (#967)

  • v4.4.0 Changes

    January 14, 2019

    Overview

    ๐Ÿš€ This release adds a couple new features and changes (fixes, really) how lifecycle methods interact with grep. Thanks to @jonnycornwell for his contributions!

    ๐Ÿ†• New features

    • โฑ Enable dojo-timeout-api for the dojo loader (#925)
    • โž• Add an option to the Runner reporter to hide download progress (#956)
    • โž• Add the ability to hide skipped tests in the Html reporter (#957)
    • โœ… Don't run suite lifecycle methods when all suite tests and sub-suites are skipped (#961)

    โšก๏ธ Other updates

    • โšก๏ธ Update the leadfoot and digdug dependencies to improve WebDriver compatibility
  • v4.3.6

    January 22, 2020
  • v4.3.5 Changes

    June 05, 2019

    Overview

    ๐Ÿš€ This release updates the typings dependencies to be compatible with TS 2.6.