Starting a run
From Test Center → Patrol:- Choose a Test Suite: All Tests, or a specific folder.
- Optionally expand Advanced to narrow things further:
- Project: run against a specific Playwright project or browser target.
- Grep Filter: filter by test title using a chip-based search; add as many terms as you need.
- If your workspace has environments configured, pick one from the environment selector, or leave it on No specific environment.
- Click Run Patrol.
While a run is active
The Active Runners panel shows every in-progress run, with:- A live
done/totalcount and the test currently executing. - A progress bar (this shows a general sweep rather than an exact percentage for runs dispatched to CI, since results only arrive once CI reports back).
- Running pass/fail counts.
- A Stop button to cancel that runner individually, or Cancel All to stop everything at once.
After a run
- Run History shows a chart of total vs. passed tests across recent runs, for the current suite or all suites.
- Past Runs lists every run with its date, environment, framework, what was run, branch, commit, and pass/fail/skip counts and duration.
