mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
test(e2e/agents): add e2e:agents npm script
Wraps the agents-suite Playwright config so it can run alongside the existing e2e suite without colliding on globalSetup.
This commit is contained in:
parent
59e1293c10
commit
ffd37b7ed8
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"format:check": "prettier --check .",
|
||||
"e2e": "playwright test --config e2e_tests/playwright.config.ts",
|
||||
"e2e:ui": "playwright test --ui --config e2e_tests/playwright.config.ts",
|
||||
"e2e:agents": "playwright test --config e2e_tests/playwright.agents.config.ts",
|
||||
"knip": "knip",
|
||||
"knip:fix": "knip --fix"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue