- Method 1: stably test (Recommended)
- Method 2: npx playwright test
The simplest approach — the Stably reporter is automatically configured.
Setup Requirements
Options
Stably is fully Playwright compatible. All Playwright CLI options are supported:GitHub Actions Workflow
GitHub Actions Workflow
Running Specific Test Groups
If you’ve organized your tests using Playwright projects, you can run specific groups:Environment Variables
There are several ways to pass environment variables to your tests:- Stably internals (
STABLY_API_KEY,STABLY_PROJECT_ID) --env(remote environment from Stably)--env-file(local.envfiles)process.env(system/shell environment)
.env file via Bulk Import.
Advanced Options
Debug Mode
Debug Mode
Run tests in debug mode with Playwright Inspector:
Parallel Execution
Parallel Execution
Control the number of parallel tests:
Retries
Retries
Configure test retries:
Headed Mode & UI Mode
Headed Mode & UI Mode
Run with a visible browser or Playwright’s interactive UI:
Next Steps
Auto-fix Failures
Automatically diagnose and repair failing tests
Defining Test Groups
Organize tests using Playwright projects
Test Reporter
Stream results and traces to the Stably dashboard
CI/CD Integration
Integrate tests into your deployment pipeline