Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 3.22 KB

Changelog

1.0.0 (2024-08-12)

⚠ BREAKING CHANGES

  • To avoid losing test context, removes the ability to collect test results if the tests are already completed in the browser when the service is inserted. Instead, a recommendation is made to disable test auto-start in QUnit and allow the service to start the tests itself. If this is infeasible, adding a manual delay in the tests will also serve to give the service time to enter the browser context prior to test completion.

Features

Bug Fixes

  • fix issue with tests potentially being double-started, or started before being ready (#2) (da687d3)
  • Get QUnit tests not included in a module (fcecb15)
  • Nested QUnit Modules (6fa35d6)
  • Version (#1) (b793c55)

0.2.0 (2024-06-14)

Features

0.1.2 (2024-06-06)

Bug Fixes

  • Get QUnit tests not included in a module (fcecb15)

0.1.1 (2023-11-30)

Bug Fixes

0.1.0 (2023-10-13)

Features

Bug Fixes