From ab89587acac69ea1108411a277778df9bfbd4f09 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 29 Dec 2025 12:49:28 -0800 Subject: [PATCH] circle ci config change for e2e --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1bee9675f..723eba408c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3515,7 +3515,7 @@ jobs: - run: name: Run Playwright Tests command: | - cd ui/litellm-dashboard && npm run e2e + cd ui/litellm-dashboard && npx playwright test --config=e2e_tests/playwright.config.ts no_output_timeout: 120m - store_artifacts: path: test-results