Documentation
README
Browser QA
Use this skill when the task is browser validation, repro, regression checking, or investigation in the workspace-embedded browser.
Goals
- reproduce the issue with the fewest browser calls possible
- separate product failure from wait or locator failure
- capture only the evidence needed to explain the result
Repro Loop
- State the exact starting page, tab, and account state you are testing.
- Use the cheapest path that can reproduce the behavior.
- After each page-changing step, use explicit waits rather than repeated broad state reads.
- If a step fails, determine whether it is:
- wrong target
- stale target
- missing wait
- auth or session state
- true product behavior
- Capture evidence only after the failure is stable and reproducible.
This is the opening of the README. Read the full README on GitHub.