qa-studio
Installation
SKILL.md
QA Studio — Browser Test Automation
Overview
QA Studio drives browser-based UI tests using Amazon Nova Act. A test (called a "use case") is a sequence of steps with a starting URL, optional variables, and optional secrets. Steps cover navigation, value retrieval, validation, assertions, transforms, secret injection, file downloads, browser controls, and network-request matching.
This skill covers two flows:
- Building a test case — authoring the JSON shape, choosing step types, wiring variables, importing existing test JSON.
- Executing a test case — finding tests/suites, running them locally, overriding variables / headers / secrets, reading the output.
Out of scope here: CI/CD pipeline setup, cloud deployment, the web interface, scheduled runs, and the interactive TUI (qa-studio tui is for humans).