gsxdsm
4f8bb31774
FN-6074: add plugin registry QA coverage
Expand post-merge QA coverage for plugin registry browsing and install flows.
- add PluginManager registry UI tests for metadata, action states, install failures, loading/error states, search debounce, and responsive rendering
- add API route tests for invalid manifest payloads, sanitized query/category handling, and project-scoped store failure paths
- include the new registry-focused UI and API suites in the dashboard quality vitest config
Files changed:
.../components/__tests__/PluginManager.registry.test.tsx | 64 ++++++++++++++++++++
.../src/__tests__/routes-plugin-registry.test.ts | 68 ++++++++++++++++++++++
packages/dashboard/vitest.config.ts | 3 +-
3 files changed, 134 insertions(+), 1 deletion(-)
Fusion-Task-Id: FN-6074
Fusion-Task-Lineage: 5cc00fb9-2ef4-4097-af7f-d8f49c536774
2026-06-09 06:43:13 -07:00
..
2026-06-09 06:43:13 -07:00
2026-06-08 13:32:58 -07:00
2026-06-05 01:45:48 -07:00
2026-04-26 15:00:10 -07:00
2026-04-26 15:16:22 -07:00
2026-05-07 11:25:01 -07:00
2026-06-01 22:50:41 -07:00
2026-05-12 19:38:39 -07:00
2026-04-28 14:25:55 -07:00
2026-05-16 22:26:42 -07:00
2026-06-04 23:39:07 -07:00
2026-04-29 20:15:05 -07:00
2026-06-04 22:54:49 -07:00
2026-06-05 15:30:59 -07:00
2026-04-27 22:17:54 -07:00
2026-06-05 02:38:38 -07:00
2026-04-29 22:37:52 -07:00
2026-06-05 03:56:29 -07:00
2026-06-05 00:15:57 -07:00
2026-06-05 03:41:54 -07:00
2026-04-25 10:50:32 -07:00
2026-05-19 17:19:02 -07:00
2026-04-23 23:02:35 -07:00
2026-05-05 00:31:36 -07:00
2026-04-23 23:02:37 -07:00
2026-05-05 00:21:21 -07:00
2026-05-07 17:24:11 -07:00
2026-04-28 18:21:17 -07:00
2026-05-14 04:42:32 -07:00
2026-04-24 08:55:02 -07:00
2026-05-11 16:33:16 -07:00
2026-04-26 18:11:09 -07:00
2026-06-04 08:00:33 -07:00
2026-05-20 04:41:04 -07:00
2026-05-16 12:56:31 -07:00
2026-05-18 04:01:51 -07:00
2026-05-31 17:23:26 -07:00
2026-06-04 08:00:33 -07:00
2026-06-01 08:13:36 -07:00
2026-06-05 20:20:25 -07:00
2026-05-28 10:32:16 -07:00
2026-06-05 03:24:41 -07:00
2026-05-18 14:46:20 -07:00
2026-05-18 14:46:20 -07:00
2026-05-04 10:18:38 -07:00
2026-05-15 11:47:03 -07:00
2026-06-02 09:02:48 -07:00
2026-06-07 20:23:07 -07:00
2026-05-28 21:23:48 -07:00
2026-06-05 01:05:51 -07:00
2026-06-09 04:27:53 -07:00
2026-06-03 15:32:29 -07:00
2026-06-08 13:32:58 -07:00
2026-05-16 10:31:44 -07:00
2026-04-23 23:02:37 -07:00
2026-06-09 04:27:53 -07:00
2026-05-17 23:21:34 -07:00
2026-04-30 20:10:52 -07:00
2026-05-06 18:40:52 -07:00
2026-05-11 06:47:43 -07:00
2026-05-11 06:47:43 -07:00
2026-06-06 06:31:44 -07:00
2026-05-07 04:17:52 -07:00
2026-06-05 15:30:59 -07:00
2026-06-02 18:29:53 -07:00
2026-06-04 23:44:39 -07:00
2026-05-31 15:17:11 -07:00
2026-06-04 22:53:02 -07:00
2026-04-26 13:55:25 -07:00
2026-04-29 07:10:52 -07:00
2026-06-03 07:51:38 -07:00
2026-05-17 09:24:28 -07:00