mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test(ui): add playground to the App Router migration smoke
Append "playground" to MIGRATED_E2E_SEGMENTS so the data-driven smoke covers the migrated Playground page in both mounts, and the migrated->migrated navigation test now runs (api-reference <-> playground) instead of skipping.
This commit is contained in:
parent
217ec052c0
commit
455eba04f7
1 changed files with 6 additions and 6 deletions
|
|
@ -7,10 +7,10 @@
|
|||
* - server-root-path mount: SERVER_ROOT_PATH=/<root> npm run e2e:migration:root
|
||||
*
|
||||
* Keep this in lockstep with MIGRATED_PAGES in src/utils/migratedPages.ts.
|
||||
* Pending (uncomment as each PR lands): playground, and the leaf-pages batch
|
||||
* (budgets, caching, cost-tracking, guardrails, guardrails-monitor, logs,
|
||||
* mcp-servers, memory, policies, projects, prompts, search-tools, skills,
|
||||
* tag-management, tool-policies, transform-request, ui-theme, vector-stores,
|
||||
* workflows, access-groups).
|
||||
* Pending (add as each PR lands): the leaf-pages batch (budgets, caching,
|
||||
* cost-tracking, guardrails, guardrails-monitor, logs, mcp-servers, memory,
|
||||
* policies, projects, prompts, search-tools, skills, tag-management,
|
||||
* tool-policies, transform-request, ui-theme, vector-stores, workflows,
|
||||
* access-groups).
|
||||
*/
|
||||
export const MIGRATED_E2E_SEGMENTS: string[] = ["api-reference"];
|
||||
export const MIGRATED_E2E_SEGMENTS: string[] = ["api-reference", "playground"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue