Releases: theintern/intern
4.4.2
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 forleaveRemoteOpen
(#915)
4.4.1
4.4.0
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
4.3.4
4.3.3
Overview
This release switches back to the core-js Promise polyfill, but changes how polyfills are installed to prevent native features from being overridden unintentionally. (#951)
This release also updates @theintern dependencies and removes some unused code in the Node executor.
4.3.2
4.3.1
4.3.0
Overview
This is The Great de-Dojoification™️ release. There are no new features, but there some typing updates and a couple of bug fixes.
The most significant update is the removal of @dojo
packages as dependencies. This was done because Dojo is one of the main consumers of Intern, and the fact that both @dojo
packages and Intern depended on other @dojo
packages caused frequent (mostly typing) conflicts. Intern packages now depend on @theintern/common
, which extracts the few Dojo modules used by Intern.
This release also includes two bug fixes:
- The JUnit reporter can now properly handle serialized suites (#869, #946 -- thanks @jonnycornwell!)
- The
{pwd}
replacement performed on paths in config properties now works properly on Windows (#943)