1.0.0 (2024-08-12)
- 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.
- adds ability to autostart QUnit tests (a55f94d)
- Auto generate tests for QUnit (#15) (0b60bf5)
- QUnit completed (704a63d)
- wdio qunit service (d31b4d7)
- 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)
0.1.2 (2024-06-06)
- Get QUnit tests not included in a module (fcecb15)
0.1.1 (2023-11-30)
- Nested QUnit Modules (6fa35d6)