Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 15:39
c51a5f6

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)