writing-webdriverio-code
Installation
SKILL.md
Writing WebdriverIO Code
Convert scaffold comments into production-ready test code.
This skill can take either:
- a scaffold created by
creating-test-structure, or - an existing WebdriverIO spec that needs new tests, refactors, or bug fixes.
In both cases, it produces concrete WebdriverIO implementation that is stable, readable, and debuggable.
When to Use
- A scaffold exists and needs conversion from pseudo-code to WDIO commands/assertions.
- An existing test file needs additional scenarios.
- Existing tests are flaky, brittle, or incorrect and need fixes.