File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments