A Playwright + C# test automation project I'm building to develop and demonstrate hands-on QA automation skills. Started from a DuckDuckGo search-flow tutorial and expanding into a broader framework.
- PlaywrightSpecFlowPOM/ — Playwright tests structured with the Page Object Model (POM), using SpecFlow/Reqnroll for BDD-style test scenarios (Gherkin syntax)
- .github/workflows/ — GitHub Actions pipeline to run tests automatically on push
- Playwright (C#)
- SpecFlow / Reqnroll (BDD)
- GitHub Actions (CI/CD)
Actively in progress. Currently expanding coverage and moving toward a fuller framework covering UI, API, and regression testing.
- Add more test scenarios beyond the initial tutorial flow
- Expand into API test coverage
- Add test reporting / execution artifacts to CI runs