This project is for the purpose of showing a working example of how to use Playwright with SpecFlow and Page Object Models (POM) in .NET (C#).
It has been created to complement a blog post which gives a step-by-step guide on creating a new test project using Playwright/SpecFlow/POM. Find this on the Hippo Digital Medium blog:
How to use Playwright with SpecFlow and Page Object Models in .NET (C#) - Medium
git clone git@github.com:hippo-digital/playwright-specflow-pom-dotnet-c.git
nuget restore
(at project root)
From terminal: dotnet test
(at project root)
Or using the test controls in your IDE