openui5-sample-app
openui5-sample-app copied to clipboard
[DEMO] Use wdio-qunit-service as test runner
Adding another test runner alternative: WebdriverIO Qunit Service, a simple drop-in replacement for Karma JS (karma-qunit, karma-ui5, etc).
wdio-qunit-service in:
Running $ npm run test-ui5-wdio should give you results like this:
More configuration examples can be found in the project repo: https://github.com/mauriciolauffer/wdio-qunit-service/tree/main/examples#examples
PS: I closed the other PR to make a clean/linear history.
@mauriciolauffer Thanks a lot for opening this PR and the enablement for the test starter concept. I would recommend to treat this PR the same way like we do for other "DEMO" PRs.
- Set the PR title to "[DEMO] Use wdio-qunit-service as test runner"
- Keep the PR open, so its easier for consumers to see how the setup differs from the "UI5 Test Runner" setup
- Set the PR to draft mode because it is not intended to be merged
Thanks a lot for your contribution! Awesome work!