Releases: Yottaa/wdio-qunit-service
Releases · Yottaa/wdio-qunit-service
v1.0.0
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
- adds ability to autostart QUnit tests (a55f94d)
- Auto generate tests for QUnit (#15) (0b60bf5)
- QUnit completed (704a63d)
- wdio qunit service (d31b4d7)