forked from phoenix/litellm-mirror
fix e2e ui testing, only run e2e ui testing in playwright
This commit is contained in:
parent
78d630f7ff
commit
48e926d673
1 changed files with 1 additions and 1 deletions
|
@ -1435,7 +1435,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run Playwright Tests
|
name: Run Playwright Tests
|
||||||
command: |
|
command: |
|
||||||
npx playwright test --reporter=html --output=test-results
|
npx playwright test e2e_ui_tests/ --reporter=html --output=test-results
|
||||||
no_output_timeout: 120m
|
no_output_timeout: 120m
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue