LaunchKit · 2026

Setup & Installation

npx skills add https://github.com/LambdaTest/agent-skills --skill webdriverio-skill
or paste the link and ask your coding assistant to install it
https://github.com/LambdaTest/agent-skills/tree/main/webdriverio-skill
View on GitHub

What This Skill Does

Generates WebdriverIO (WDIO) automation tests in JavaScript or TypeScript. It supports both local execution and TestMu AI / LambdaTest cloud grids, with Mocha, Jasmine, or Cucumber as the test runner. Includes page object patterns, wait strategies, network mocking, and CI/CD integration recipes.

Instead of piecing together WDIO docs, config snippets, and cloud setup guides yourself, this skill generates ready-to-run tests and configs matched to your runner, environment, and browser targets.

When to use it

  • Writing login and form submission tests with WebdriverIO selectors
  • Running WDIO test suites in parallel on LambdaTest cloud browsers
  • Scaffolding page object classes for multi-page web apps
  • Adding visual regression checks to an existing WDIO test suite
  • Setting up a GitHub Actions pipeline that runs WDIO tests on every push