Skip to content

Commit c4f286d

Browse files
chore(checklist): auto-update coverage summary [skip ci]
1 parent effdd24 commit c4f286d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

QA-CHECKLIST.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -697,15 +697,15 @@
697697
| `core-functionality/llm-agents/` | 40 | 13 | 2 | 0 | 25 |
698698
| `core-functionality/model-provider/` | 31 | 4 | 18 | 0 | 9 |
699699
| `core-functionality/observability-monitoring/` | 13 | 0 | 12 | 0 | 1 |
700-
| `core-functionality/playground/` | 48 | 39 | 7 | 1 | 1 |
700+
| `core-functionality/playground/` | 48 | 41 | 5 | 1 | 1 |
701701
| `core-functionality/project-management/` | 11 | 0 | 10 | 1 | 0 |
702702
| `core-functionality/templates/` | 41 | 2 | 39 | 0 | 0 |
703703
| `flow-functionality/` | 23 | 0 | 21 | 2 | 0 |
704704
| `mcp/client/` | 6 | 0 | 0 | 0 | 6 |
705705
| `mcp/server/` | 7 | 0 | 3 | 0 | 4 |
706706
| `ui-ux/` — Canvas | 43 | 2 | 39 | 1 | 1 |
707707
| `ui-ux/` — Settings | 5 | 1 | 3 | 1 | 0 |
708-
| **TOTAL** | **393** | **109 (28%)** | **219 (56%)** | **7 (2%)** | **58 (15%)** |
708+
| **TOTAL** | **393** | **111 (28%)** | **217 (55%)** | **7 (2%)** | **58 (15%)** |
709709

710710
> Note: `Validated [x]` counts checklist bullets, not `test()` calls. The
711711
> `@stable` tag is per-`test()`, and a single `@stable` test may map to
@@ -721,7 +721,7 @@
721721

722722
### 🟢 Phase 0 — Validated
723723

724-
> 97 `test()` calls carrying the `@stable` tag, distributed across 31 spec
724+
> 98 `test()` calls carrying the `@stable` tag, distributed across 32 spec
725725
> files. Run weekly by the stable workflow. New specs are merged with all
726726
> tests tagged `@stable`; the tag is removed per-test during weekly triage
727727
> when a failure is classified as a test bug — so a spec may end up with a
@@ -787,6 +787,7 @@
787787
- [x] should display error message when using invalid authentication for provider <provider> → `provider-invalid-auth-error.spec.ts`
788788

789789
#### core-functionality/playground/
790+
- [x] copy button copies Text Input output and toggles Check icon → `output-modal-copy-button.spec.ts`
790791
- [x] playground must show one compact preview per attached image when two images are attached → `playground-attachments-management.spec.ts`
791792
- [x] playground must keep the remaining preview when one of two attachments is removed → `playground-attachments-management.spec.ts`
792793
- [x] playground must render both attached images in the user message after sending → `playground-attachments-management.spec.ts`
@@ -848,7 +849,7 @@
848849
| `core-functionality/auth/` | 18 | 1 |
849850
| `core-functionality/llm-agents/` | 2 | 25 |
850851
| `core-functionality/model-provider/` | 18 | 9 |
851-
| `core-functionality/playground/` | 7 | 1 |
852+
| `core-functionality/playground/` | 5 | 1 |
852853
| `mcp/client/` | 0 | 6 |
853854
| `mcp/server/` | 3 | 4 |
854855
| `ui-ux/` — Canvas | 39 | 1 |

0 commit comments

Comments
 (0)