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 committed by Krrish Dholakia
parent 78d630f7ff
commit 48e926d673

View file

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