Skip to content

QA & Web Testing

Smoke tests, regression sweeps, repro recordings. Test real user flows in a real browser without writing test scripts.

Example tasks

Task input

"Go to our staging site. Sign up with a test account, add an item to cart, go through checkout, and confirm the order completes."

Result

A step-by-step transcript of the checkout flow with screenshots at each stage.

Task input

"Run through these 15 critical user flows on staging and report any that fail or show errors."

Result

A pass/fail report for all 15 flows with error details and screenshots for failures.

Task input

"Reproduce this bug: go to the settings page, change the email, save, then check if the confirmation email arrives."

Result

A recorded reproduction with step-by-step actions, timestamps, and the final state.

What it replaces

  • Writing and maintaining brittle Selenium or Cypress scripts
  • Manual smoke tests before every release
  • Trying to reproduce reported bugs step by step

Tips for this workflow

Save common test flows as templates for repeated use.

Use the run transcript as a bug report attachment.

Schedule smoke tests to run after every deploy.