Skip to content

Commit 665b9f9

Browse files
chore(checklist): auto-update coverage summary [skip ci]
1 parent c296c1f commit 665b9f9

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

QA-CHECKLIST.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@
854854

855855
### 🟢 Phase 0 — Validated
856856

857-
> 467 `test()` calls carrying the `@stable` tag, distributed across 186 spec
857+
> 458 `test()` calls carrying the `@stable` tag, distributed across 182 spec
858858
> files. Run weekly by the stable workflow. New specs are merged with all
859859
> tests tagged `@stable`; the tag is removed per-test during weekly triage
860860
> when a failure is classified as a test bug — so a spec may end up with a
@@ -962,7 +962,6 @@
962962
- [x] two API Request nodes expose the same field without duplicating its DOM id → `duplicate-dom-ids-regression.spec.ts`
963963
- [x] two Agent nodes expose the same field without duplicating its DOM id → `duplicate-dom-ids-regression.spec.ts`
964964
- [x] user can edit a URL tool action in Tool Mode and the edits persist → `edit-tools.spec.ts`
965-
- [x] a full custom component built from code exposes its declared interface → `full-custom-component.spec.ts`
966965
- [x] the system must delete the handles from advanced fields when the code is updated → `general-bugs-delete-handle-advanced-input.spec.ts`
967966
- [x] any changes on the node must be saved on user interaction → `general-bugs-save-changes-on-node.spec.ts`
968967
- [x] Human Input renders the default Approve and Reject branch handles when added to the canvas → `human-input-node-config.spec.ts`
@@ -1161,7 +1160,6 @@
11611160
- [x] the provider is offered with two variables and a live-only, empty catalog → `openai-compatible-provider-setup.spec.ts`
11621161
- [x] an unreachable base URL is rejected and nothing is persisted → `openai-compatible-provider-setup.spec.ts`
11631162
- [x] a reachable endpoint with a bogus key is rejected as an authentication failure → `openai-compatible-provider-setup.spec.ts`
1164-
- [x] the configured provider discovers exactly the models its endpoint serves → `openai-compatible-provider-setup.spec.ts`
11651163
- [x] OpenAI API key is configured via Settings → Model Providers → `openai-provider.spec.ts`
11661164

11671165
#### core-functionality/observability-monitoring/
@@ -1233,14 +1231,8 @@
12331231
- [x] User must be able to stop building from inside Playground → `stop-button-playground.spec.ts`
12341232

12351233
#### core-functionality/project-management/
1236-
- [x] user should be able to select flows with different methods and perform bulk actions → `bulk-actions.spec.ts`
12371234
- [x] user should be able to edit flow name and see it reflected in the main page listing → `edit-flow-name.spec.ts`
12381235
- [x] flow settings enforce character limits and persist name & description → `flowSettings.spec.ts`
1239-
- [x] creates, renames and deletes an empty project folder via the UI → `folder-crud.spec.ts`
1240-
- [x] deleting a folder that contains a flow removes the flow with it → `folder-crud.spec.ts`
1241-
- [x] deleting a folder should update the folder list immediately → `folder-deletion-integrity.spec.ts`
1242-
- [x] deleting one folder should not affect other folders → `folder-deletion-integrity.spec.ts`
1243-
- [x] creating a new folder after deletion should work correctly → `folder-deletion-integrity.spec.ts`
12441236
- [x] getting-started progress increments as onboarding steps complete → `user-progress-track.spec.ts`
12451237

12461238
#### flow-functionality/
@@ -1301,7 +1293,6 @@
13011293
- [x] generated endpoint advertises the project and lists the enabled flow → `mcp-server-protocol.spec.ts`
13021294
- [x] execute the exposed tool over the MCP protocol echoes the input → `mcp-server-protocol.spec.ts`
13031295
- [x] resources/list surfaces the uploaded flow file as a resource → `mcp-server-resources.spec.ts`
1304-
- [x] user must be able to see starter projects for mcp servers → `mcp-server-starter-projects.spec.ts`
13051296
- [x] user must not be able to add duplicate mcp servers from starter projects → `mcp-server-starter-projects.spec.ts`
13061297
- [x] user should be able to manage MCP server tools and configuration → `mcp-server-tab.spec.ts`
13071298
- [x] user must be able to add and delete MCP server from sidebar → `mcp-server.spec.ts`

0 commit comments

Comments
 (0)