Setup & Installation
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