From 48e926d673dfb9fea3832cd51e212050fb5008d1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 23 Nov 2024 08:50:10 -0800 Subject: [PATCH] fix e2e ui testing, only run e2e ui testing in playwright --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9a43b4b7..d33f62cf3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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