- 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)
Advanced Options
Debug Mode
Debug Mode
Run tests in debug mode with Playwright Inspector:
Parallel Execution
Parallel Execution
Control the number of parallel workers:
Retries
Retries
Configure test retries:
Headed Mode & UI Mode
Headed Mode & UI Mode
Run with a visible browser or Playwright’s interactive UI: