๐ Minimal C# .NET project to explore browser automation using Microsoft Playwright.
git clone https://github.com/your-username/PlaywrightHelloWorld.git
cd PlaywrightHelloWorld
dotnet tool install --global Microsoft.Playwright.CLI
dotnet restore
playwright install
dotnet run --project PlaywrightHelloWorld
dotnet test PlaywrightHelloWorld.Tests
docker build -t playwright-hello .
docker run --rm playwright-hello
This repo has a GitHub Actions workflow to:
See: .github/workflows/build.yml
Happy testing! ๐ญ๐งช๐ณ