mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 04:32:22 +00:00
fix e2e ui testing, only run e2e ui testing in playwright
This commit is contained in:
@@ -1435,7 +1435,7 @@ jobs:
|
||||
- run:
|
||||
name: Run Playwright Tests
|
||||
command: |
|
||||
npx playwright test --reporter=html --output=test-results
|
||||
npx playwright test e2e_ui_tests/ --reporter=html --output=test-results
|
||||
no_output_timeout: 120m
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
|
||||
Reference in New Issue
Block a user