Skip to content

Releases: domenic/wpt-runner

3.0.0

03 Feb 19:21
Compare
Choose a tag to compare

Upgraded to jsdom v16, bringing along various new web platform features.

Updated to testharness.js 9a559c, bringing along various fixes and new assertions there (notably for testing exceptions).

This release raises the minimum required Node.js version to v10.

This release was not published on npm due to technical difficulties; see v3.0.1 instead.

2.8.0

18 Mar 21:12
Compare
Choose a tag to compare

Added a shim for /resources/testdriver.js with a few useful functions implemented. (#14, @sttk)

2.7.1

26 Feb 23:52
Compare
Choose a tag to compare

Fixed the output to log the original error stack when unhandled exceptions occur in test code. (#13, @MattiasBuelens)

2.7.0

26 Feb 23:48
Compare
Choose a tag to compare

Added support for .any.js and .window.js tests. (#12, @MattiasBuelens)

Upgraded to jsdom v13, bringing along various new web platform features.

2.6.0

30 Sep 04:34
Compare
Choose a tag to compare

Upgraded to jsdom v12, bringing along various new web platform features.

Updated to testharness.js 2df7f9f, bringing along various fixes there.

2.5.0

13 Aug 00:05
Compare
Choose a tag to compare

Removed some unnecessary files from the package. (#8, @MattiasBuelens)

Updated to testharness.js d31eaca, bringing along various fixes there.

2.4.0

01 Apr 18:22
Compare
Choose a tag to compare

Updated to testharness.js 3589b85, bringing along various fixes there. (#6, @MattiasBuelens)

2.3.0

01 Apr 18:02
Compare
Choose a tag to compare

Upgraded to jsdom v11, bringing along various new web platform features. (#5, @MattiasBuelens)

2.2.0

16 Dec 22:11
Compare
Choose a tag to compare

Added the filter option for test filtering.

2.1.1

02 Nov 22:00
Compare
Choose a tag to compare

Changed our jsdom config to not use the keepalive HTTP agent, which prevents the HTTP server from being able to shut down. (#3, @isonmad)

Updated testharness.js to eccb7d.