Skip to content

Commit 3326cb6

Browse files
authored
Enhance README with CI and Playwright badges
Added CI badge and Playwright report link to README.
1 parent 21b386e commit 3326cb6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 🚀 smash-qa-framework
22

3+
[![CI](https://github.com/Anasss/smash-qa-framework/actions/workflows/playwright-tests.yml/badge.svg)](https://github.com/Anasss/smash-qa-framework/actions)
4+
[![Playwright Report](https://img.shields.io/badge/Playwright-Report-brightgreen)](https://anasss.github.io/smash-qa-framework/)
5+
6+
End-to-End QA automation framework using Playwright + TypeScript, built to validate scenarios for Smashburger’s web ordering flow.
7+
8+
39
End-to-end Playwright + TypeScript tests for Smashburger’s web ordering flow. The framework uses a clean Page Object Model (POM) design, data-driven scenarios, fast and semantic locators, and includes pragmatic helpers for test stability, performance, and maintainability.
410

511
## ⚡ Quick start

0 commit comments

Comments
 (0)