From b7f6be69d897ab7592c557ba0175f1d7d6584bbc Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 9 Feb 2024 14:07:52 +0000 Subject: [PATCH] Intro: Mention wdio-qunit-service --- intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/intro.md b/intro.md index 5ac6cfb..1177fbc 100644 --- a/intro.md +++ b/intro.md @@ -162,6 +162,7 @@ The following integrations can be used to automate the running of browser tests * [grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit) for [Grunt task runner](https://gruntjs.com/) (test Headless Chrome). * [testem](https://github.com/testem/testem) (test any local browser, including headless) +* [wdio-qunit-service](https://webdriver.io/docs/wdio-qunit-service/) (test any local, headless, or cloud browser; via WDIO selenium driver) * [Karma](https://karma-runner.github.io/latest/index.html) with [karma-qunit](https://github.com/karma-runner/karma-qunit) (test any local browser or cloud). * [node-qunit-puppeteer](https://github.com/ameshkov/node-qunit-puppeteer) (test Headless Chrome). * [StealJS](https://stealjs.com/) with [steal-qunit](https://stealjs.com/docs/steal-qunit.html) via [Testee](https://www.npmjs.com/package/testee) (test any local browser or cloud).