Skip to main content

Natural Language

Describe what you want to test in plain English. AI converts it to Playwright code. Example:
What you get:
  • Clean TypeScript Playwright code
  • Proper expect() assertions
  • Comments explaining each step
  • Ready to run in CI/CD
Tests take 2-5 minutes to generate. Watch live execution in the dashboard.

Recording

Click record, use your app normally, get Playwright code. Steps:
  1. Dashboard → New Test → Record
  2. Perform actions in your app
  3. Click checkpoints to add assertions
  4. Stop recording → Code auto-generated
Best for:
  • Complex user flows
  • Apps with lots of interactions
  • Visual regression testing

Common Patterns

Tips

  • Be specific: “Click the blue ‘Submit’ button” > “Submit form”
  • Add assertions: Tell AI what to verify at each step
  • Break it up: Create separate tests for different flows
  • Use test suites: Group related tests together

Running Tests

Execute tests and view results

GitHub PR Bot

Automate testing on pull requests