Skip to content

Commit 8f634a2

Browse files
Add test coverage matrix to README (#27)
1 parent 2832c09 commit 8f634a2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,28 @@ $HOME/.browserstack/NOW/logs
8282
$HOME/.browserstack/NOW/logs
8383
```
8484
85+
## ✅ Test Coverage Matrix
86+
87+
| OS | Test Type | Framework | URL / App | Functional | Accessibility | Visual |
88+
|---------|-----------|---------------|-----------|------------|---------------|--------|
89+
| **macOS – web** |
90+
| | web | java-testng | public | 🟢 | 🟢 | 🟢 |
91+
| | | java-testng | private | 🟢 | 🟢 | 🟢 |
92+
| | | python-pytest | public | 🟢 | ⚪️ | ⚪️ |
93+
| | | python-pytest | private | 🟡 | ⚪️ | ⚪️ |
94+
| | | nodejs-wdio | public | 🟢 | 🟢 | 🟢 |
95+
| | | nodejs-wdio | private | 🟢 | 🟢 | 🟢 |
96+
| **macOS – app** |
97+
| | app | java-testng | android | 🟢 | 🟢 | 🟢 |
98+
| | | java-testng | ios | 🟢 | 🟢 | 🟢 |
99+
| | | python-pytest | android | 🟢 | ⚪️ | ⚪️ |
100+
| | | python-pytest | ios | 🟢 | ⚪️ | ⚪️ |
101+
| | | nodejs-wdio | android | 🟢 | ⚪️ | 🟢 |
102+
| | | nodejs-wdio | ios | 🟢 | ⚪️ | 🟢 |
103+
104+
### **Status Legend**
105+
- **🟢 – Tests executing successfully and passing**
106+
- **🟡 – Tests detected on the dashboard but failing**
107+
- **⚪️ – Accessibility/visual reports generated, but no issues or snapshots captured**
108+
85109

0 commit comments

Comments
 (0)