Azure · Developer Tools
Microsoft Playwright Testing
Cloud-hosted parallel browsers for Playwright.
Official docsOverview
Managed service that runs Playwright tests in parallel across a cloud browser fleet, reducing wall-clock time.
When to use it
- Slow e2e suites
- High parallelism without managing infra
Setup
- Create Playwright Testing workspace in portal.
- Generate access token; set `PLAYWRIGHT_SERVICE_URL` and token env.
- Update `playwright.service.config.ts`.
How to use
Run
npx playwright test --config=playwright.service.config.ts --workers=20QA use cases
- Cut nightly suite from 90 minutes to <10 with 50 parallel workers.
