Add end-to-end tests for Graph Explorer, History, Orchestrator, and Project features

- Implemented E2E tests for code relationship visualization in Graph Explorer.
- Added tests for archived session management in History, including search, filter, restore, and delete functionalities.
- Created tests for workflow orchestration in Orchestrator, covering node creation, connection, deletion, and workflow management.
- Developed tests for project statistics and timeline visualization in Project, including error handling and internationalization checks.
This commit is contained in:
catlog22
2026-02-06 23:45:33 +08:00
parent 62a1c9ab21
commit 5b48bcff64
72 changed files with 8645 additions and 3492 deletions

View File

@@ -3,205 +3,240 @@ import ComponentCreator from '@docusaurus/ComponentCreator';
export default [
{
path: '/docs/zh/',
component: ComponentCreator('/docs/zh/', 'b34'),
path: '/docs/__docusaurus/debug',
component: ComponentCreator('/docs/__docusaurus/debug', 'e58'),
exact: true
},
{
path: '/docs/__docusaurus/debug/config',
component: ComponentCreator('/docs/__docusaurus/debug/config', '2ce'),
exact: true
},
{
path: '/docs/__docusaurus/debug/content',
component: ComponentCreator('/docs/__docusaurus/debug/content', '11b'),
exact: true
},
{
path: '/docs/__docusaurus/debug/globalData',
component: ComponentCreator('/docs/__docusaurus/debug/globalData', 'f13'),
exact: true
},
{
path: '/docs/__docusaurus/debug/metadata',
component: ComponentCreator('/docs/__docusaurus/debug/metadata', 'bff'),
exact: true
},
{
path: '/docs/__docusaurus/debug/registry',
component: ComponentCreator('/docs/__docusaurus/debug/registry', '830'),
exact: true
},
{
path: '/docs/__docusaurus/debug/routes',
component: ComponentCreator('/docs/__docusaurus/debug/routes', '13e'),
exact: true
},
{
path: '/docs/',
component: ComponentCreator('/docs/', 'a3f'),
routes: [
{
path: '/docs/zh/',
component: ComponentCreator('/docs/zh/', 'a8e'),
path: '/docs/',
component: ComponentCreator('/docs/', 'fa7'),
routes: [
{
path: '/docs/zh/',
component: ComponentCreator('/docs/zh/', '632'),
path: '/docs/',
component: ComponentCreator('/docs/', '294'),
routes: [
{
path: '/docs/zh/commands/cli/cli-init',
component: ComponentCreator('/docs/zh/commands/cli/cli-init', 'fe3'),
path: '/docs/commands/cli/cli-init',
component: ComponentCreator('/docs/commands/cli/cli-init', '159'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/cli/codex-review',
component: ComponentCreator('/docs/zh/commands/cli/codex-review', 'e65'),
path: '/docs/commands/cli/codex-review',
component: ComponentCreator('/docs/commands/cli/codex-review', 'c66'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/general/ccw',
component: ComponentCreator('/docs/zh/commands/general/ccw', '83a'),
path: '/docs/commands/general/ccw',
component: ComponentCreator('/docs/commands/general/ccw', '3c1'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/general/ccw-coordinator',
component: ComponentCreator('/docs/zh/commands/general/ccw-coordinator', 'f35'),
path: '/docs/commands/general/ccw-coordinator',
component: ComponentCreator('/docs/commands/general/ccw-coordinator', '3b4'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/general/ccw-debug',
component: ComponentCreator('/docs/zh/commands/general/ccw-debug', 'b0a'),
path: '/docs/commands/general/ccw-debug',
component: ComponentCreator('/docs/commands/general/ccw-debug', 'e0c'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/general/ccw-plan',
component: ComponentCreator('/docs/zh/commands/general/ccw-plan', '39d'),
path: '/docs/commands/general/ccw-plan',
component: ComponentCreator('/docs/commands/general/ccw-plan', '9ae'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/general/ccw-test',
component: ComponentCreator('/docs/zh/commands/general/ccw-test', '765'),
path: '/docs/commands/general/ccw-test',
component: ComponentCreator('/docs/commands/general/ccw-test', 'e6f'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/general/codex-coordinator',
component: ComponentCreator('/docs/zh/commands/general/codex-coordinator', '486'),
path: '/docs/commands/general/codex-coordinator',
component: ComponentCreator('/docs/commands/general/codex-coordinator', 'e7d'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/general/flow-create',
component: ComponentCreator('/docs/zh/commands/general/flow-create', 'd53'),
path: '/docs/commands/general/flow-create',
component: ComponentCreator('/docs/commands/general/flow-create', '507'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/issue/issue-convert-to-plan',
component: ComponentCreator('/docs/zh/commands/issue/issue-convert-to-plan', '0df'),
path: '/docs/commands/issue/issue-convert-to-plan',
component: ComponentCreator('/docs/commands/issue/issue-convert-to-plan', 'a36'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/issue/issue-discover',
component: ComponentCreator('/docs/zh/commands/issue/issue-discover', '9b4'),
path: '/docs/commands/issue/issue-discover',
component: ComponentCreator('/docs/commands/issue/issue-discover', '5ae'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/issue/issue-execute',
component: ComponentCreator('/docs/zh/commands/issue/issue-execute', 'cfd'),
path: '/docs/commands/issue/issue-execute',
component: ComponentCreator('/docs/commands/issue/issue-execute', '20b'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/issue/issue-from-brainstorm',
component: ComponentCreator('/docs/zh/commands/issue/issue-from-brainstorm', 'd2f'),
path: '/docs/commands/issue/issue-from-brainstorm',
component: ComponentCreator('/docs/commands/issue/issue-from-brainstorm', '10c'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/issue/issue-new',
component: ComponentCreator('/docs/zh/commands/issue/issue-new', '7f9'),
path: '/docs/commands/issue/issue-new',
component: ComponentCreator('/docs/commands/issue/issue-new', 'abb'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/issue/issue-plan',
component: ComponentCreator('/docs/zh/commands/issue/issue-plan', 'ed4'),
path: '/docs/commands/issue/issue-plan',
component: ComponentCreator('/docs/commands/issue/issue-plan', '57f'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/issue/issue-queue',
component: ComponentCreator('/docs/zh/commands/issue/issue-queue', 'a4b'),
path: '/docs/commands/issue/issue-queue',
component: ComponentCreator('/docs/commands/issue/issue-queue', '316'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/memory/memory-compact',
component: ComponentCreator('/docs/zh/commands/memory/memory-compact', '8dc'),
path: '/docs/commands/memory/memory-compact',
component: ComponentCreator('/docs/commands/memory/memory-compact', 'fbd'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/memory/memory-docs-full-cli',
component: ComponentCreator('/docs/zh/commands/memory/memory-docs-full-cli', '1a7'),
path: '/docs/commands/memory/memory-docs-full-cli',
component: ComponentCreator('/docs/commands/memory/memory-docs-full-cli', '8b8'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/memory/memory-docs-related-cli',
component: ComponentCreator('/docs/zh/commands/memory/memory-docs-related-cli', 'f28'),
path: '/docs/commands/memory/memory-docs-related-cli',
component: ComponentCreator('/docs/commands/memory/memory-docs-related-cli', '707'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/memory/memory-load',
component: ComponentCreator('/docs/zh/commands/memory/memory-load', 'aee'),
path: '/docs/commands/memory/memory-load',
component: ComponentCreator('/docs/commands/memory/memory-load', '1db'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/memory/memory-update-full',
component: ComponentCreator('/docs/zh/commands/memory/memory-update-full', '2a1'),
path: '/docs/commands/memory/memory-update-full',
component: ComponentCreator('/docs/commands/memory/memory-update-full', '3fa'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/commands/memory/memory-update-related',
component: ComponentCreator('/docs/zh/commands/memory/memory-update-related', '991'),
path: '/docs/commands/memory/memory-update-related',
component: ComponentCreator('/docs/commands/memory/memory-update-related', 'c50'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/faq',
component: ComponentCreator('/docs/zh/faq', 'd6c'),
path: '/docs/faq',
component: ComponentCreator('/docs/faq', '296'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/overview',
component: ComponentCreator('/docs/zh/overview', '2d1'),
path: '/docs/overview',
component: ComponentCreator('/docs/overview', 'f90'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/workflows/faq',
component: ComponentCreator('/docs/zh/workflows/faq', '319'),
path: '/docs/workflows/faq',
component: ComponentCreator('/docs/workflows/faq', '58c'),
exact: true
},
{
path: '/docs/zh/workflows/introduction',
component: ComponentCreator('/docs/zh/workflows/introduction', 'dc8'),
path: '/docs/workflows/introduction',
component: ComponentCreator('/docs/workflows/introduction', '702'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/workflows/level-1-ultra-lightweight',
component: ComponentCreator('/docs/zh/workflows/level-1-ultra-lightweight', '4d3'),
path: '/docs/workflows/level-1-ultra-lightweight',
component: ComponentCreator('/docs/workflows/level-1-ultra-lightweight', 'b4b'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/workflows/level-2-rapid',
component: ComponentCreator('/docs/zh/workflows/level-2-rapid', 'e2a'),
path: '/docs/workflows/level-2-rapid',
component: ComponentCreator('/docs/workflows/level-2-rapid', 'fe1'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/workflows/level-3-standard',
component: ComponentCreator('/docs/zh/workflows/level-3-standard', '936'),
path: '/docs/workflows/level-3-standard',
component: ComponentCreator('/docs/workflows/level-3-standard', '65f'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/workflows/level-4-brainstorm',
component: ComponentCreator('/docs/zh/workflows/level-4-brainstorm', '87d'),
path: '/docs/workflows/level-4-brainstorm',
component: ComponentCreator('/docs/workflows/level-4-brainstorm', 'fae'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/workflows/level-5-intelligent',
component: ComponentCreator('/docs/zh/workflows/level-5-intelligent', 'b09'),
path: '/docs/workflows/level-5-intelligent',
component: ComponentCreator('/docs/workflows/level-5-intelligent', 'fa9'),
exact: true,
sidebar: "docs"
},
{
path: '/docs/zh/',
component: ComponentCreator('/docs/zh/', '0e3'),
path: '/docs/',
component: ComponentCreator('/docs/', '6df'),
exact: true,
sidebar: "docs"
}