Skip to content

End-to-end automation framework built with Playwright + C# + NUnit. Implements Page Object Model, HTML reporting, and CI/CD readiness for modern UI and integration testing.

Notifications You must be signed in to change notification settings

rustampulatov8/QA_Automation_Framework_Playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

QA_Automation_Framework_Playwright ๐Ÿš€


๐Ÿ“– Overview

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)

โš™๏ธ How to Run

dotnet restore
playwright install
dotnet test

About

End-to-end automation framework built with Playwright + C# + NUnit. Implements Page Object Model, HTML reporting, and CI/CD readiness for modern UI and integration testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages