From Dashboard
Manual execution:- Go to Tests tab
- Select test or test suite
- Click Run
- Watch live browser preview
- View results with video replay
draft→ Instructions written, no code yetready→ Has Playwright code, ready to runarchived→ 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
- 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.