microsoft/playwright-dotnet
playwright/dotnet
Docker image to run Playwright for .NET
Playwright for .NET is a cross-browser automation library for end-to-end testing of web applications. Playwright can automate user interactions in Chromium, Firefox and WebKit browsers with a single API.
The Playwright Docker image can be used to run tests on CI and other environments that support Docker.
The image is based on Ubuntu 24.04 (see source). See Playwright Docker docs to learn more.
docker pull mcr.microsoft.com/playwright/dotnet:v1.50.0-noble
It is recommended to use Docker image version that matches Playwright version. If the Playwright version in your Docker image does not match the version in your project/tests, Playwright will be unable to locate browser executables.
File an issue for support.
docker pull mcr.microsoft.com/playwright/dotnet