Skip to main content

From Dashboard

Manual execution:
  1. Go to Tests tab
  2. Select test or test suite
  3. Click Run
  4. Watch live browser preview
  5. View results with video replay
Test states:
  • draft → Instructions written, no code yet
  • ready → Has Playwright code, ready to run
  • archived → Disabled, won’t run in CI

From CI/CD

Tests run automatically on pull requests when GitHub bot is installed. Custom workflows:

Viewing Results

Dashboard shows:
  • ✅ Pass/fail status per test
  • Video replay of browser session
  • Console logs and network requests
  • Screenshots at each step
  • Execution timeline
PR comments show:
  • Summary stats (3 passed, 1 failed)
  • Failed test details
  • Link to full results
Tests run in parallel by default. 10 tests = ~2 minutes total.

Test Suites

Group related tests for organized execution:
  • Smoke → Critical flows, run on every PR
  • Full regression → All tests, run nightly
  • Feature-specific → Login tests, checkout tests, etc.

Creating Tests

Write effective tests

FAQ

Common issues and fixes