From a30bc171c56166cc48267e3808f4a91bf62e5082 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Tue, 1 Feb 2022 17:15:55 -0800 Subject: [PATCH] chore: make playwright-test tests debuggable with extension (#11798) --- tests/playwright-test/playwright-test-fixtures.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/playwright-test/playwright-test-fixtures.ts b/tests/playwright-test/playwright-test-fixtures.ts index 79030894e9..91fb4922a7 100644 --- a/tests/playwright-test/playwright-test-fixtures.ts +++ b/tests/playwright-test/playwright-test-fixtures.ts @@ -123,6 +123,10 @@ async function runPlaywrightTest(childProcess: CommonFixtures['childProcess'], b ...env, PLAYWRIGHT_DOCKER: undefined, PW_GRID: undefined, + PW_TEST_REPORTER_WS_ENDPOINT: undefined, + PW_TEST_SOURCE_TRANSFORM: undefined, + PW_OUT_OF_PROCESS_DRIVER: undefined, + NODE_OPTIONS: undefined, }, cwd: baseDir, });