Introducing our new CEO Don Johnson - Read More

Playwright for .NET

Verified Publisher

playwright/dotnet

By Microsoft

Updated 8 months ago

Docker image to run Playwright for .NET

0

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.

Usage

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.

Support

File an issue for support.

Legal

See Container License Information.

Docker Pull Command

docker pull mcr.microsoft.com/playwright/dotnet