Skip to content

Releases: domenic/wpt-runner

2.1.0

30 Aug 19:30
Compare
Choose a tag to compare

Added a shim for the /streams/resources/test-initializer.js web platform tests file.

2.0.1

30 Aug 19:29
Compare
Choose a tag to compare

Picked up a minor fix from jsdom for the resource loading logic to reduce spurious errors logged to the console.

2.0.0

30 Aug 19:29
Compare
Choose a tag to compare
  • Added the root URL option.
  • Changed the API to use an options object.
  • Changed the CLI to have a nicer interface for optional arguments.
  • Started requiring Node v6.

1.0.2

10 May 20:31
Compare
Choose a tag to compare

Made the runner also count incomplete tests as failures.

1.0.1

10 May 20:29
Compare
Choose a tag to compare

Fixed the URL for the dummy service worker test files served by the server.

1.0.0

10 May 20:28
Compare
Choose a tag to compare

Initial release; based on some original work in the jsdom project