litellm/ui/litellm-dashboard/e2e_tests
ryan-crabbe-berri f82ff7ee2a
test(ui-e2e): admin key creation with a specific proxy model (#28365)
* test(ui-e2e): add admin key creation with a specific proxy model

Adds Playwright coverage for creating a key (no team) scoped to a single
proxy model, complementing the existing All-Proxy-Models test. Uses a
DOM-dispatched click on the antd dropdown option since the popup
animation can render the option outside the viewport.

* test(ui-e2e): verify scoped key works against mock /chat/completions

Extend the "Create a key with a specific proxy model" test to extract
the new key from the success modal and POST to /chat/completions for
the scoped model, asserting 200 and the mock response body. Without
this the test could pass even if the model selection failed to register.
2026-05-20 13:37:17 -07:00
..
fixtures test(e2e): add edit team model TPM/RPM limits test 2026-04-13 16:27:39 -07:00
helpers [Feature] E2E UI tests: proxy-admin team and key management with CI integration 2026-04-08 11:51:15 -07:00
tests test(ui-e2e): admin key creation with a specific proxy model (#28365) 2026-05-20 13:37:17 -07:00
constants.ts [Fix] Add missing test fixtures and address review feedback 2026-04-08 12:40:41 -07:00
globalSetup.ts [Feature] E2E UI tests: proxy-admin team and key management with CI integration 2026-04-08 11:51:15 -07:00
playwright.config.ts test(e2e): migrate runner to uv, add All Proxy Models key test (#28313) 2026-05-20 12:35:29 -07:00
run_e2e.sh test(e2e): migrate runner to uv, add All Proxy Models key test (#28313) 2026-05-20 12:35:29 -07:00