hello-world-playwright-dotnet

Playwright Hello World (.NET)

๐Ÿš€ Minimal C# .NET project to explore browser automation using Microsoft Playwright.

๐Ÿ“ฆ Technologies

๐Ÿ›  Getting Started

1. Clone the repository

git clone https://github.com/your-username/PlaywrightHelloWorld.git
cd PlaywrightHelloWorld

2. Install tools

dotnet tool install --global Microsoft.Playwright.CLI
dotnet restore
playwright install

3. Run the app

dotnet run --project PlaywrightHelloWorld

๐Ÿงช Run Tests

dotnet test PlaywrightHelloWorld.Tests

๐Ÿณ Run with Docker

docker build -t playwright-hello .
docker run --rm playwright-hello

๐Ÿค– GitHub Actions

This repo has a GitHub Actions workflow to:

See: .github/workflows/build.yml

๐Ÿ“š Resources


Happy testing! ๐ŸŽญ๐Ÿงช๐Ÿณ