End-to-end automation framework built with Playwright, C#, and NUnit
for validating UI and integration workflows in a sample e-commerce checkout flow.
This framework demonstrates:
- โ Page Object Model design for scalability
- โ Reusable components for browser/session management
- โ HTML reports with ExtentReports
- โ Automatic screenshots on failure
- โ CI/CD-ready structure (compatible with Azure DevOps, GitHub Actions, or TeamCity)
dotnet restore
playwright install
dotnet test