forked from phoenix/litellm-mirror
fix e2e ui testing, only run e2e ui testing in playwright
This commit is contained in:
parent
f3ffa67553
commit
6b6353d4e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue