fix e2e ui testing, only run e2e ui testing in playwright

This commit is contained in:
Ishaan Jaff 2024-11-23 08:50:10 -08:00
parent f3ffa67553
commit 6b6353d4e7

View file

@ -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