From b2e15b8c60d4a6b5749214bff4325645d1e764aa Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Tue, 8 Feb 2022 09:22:45 -0800 Subject: [PATCH] chore: mute more test runner extension vars (#11881) --- tests/playwright-test/playwright-test-fixtures.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/playwright-test/playwright-test-fixtures.ts b/tests/playwright-test/playwright-test-fixtures.ts index 91fb4922a7..3257f1bd6e 100644 --- a/tests/playwright-test/playwright-test-fixtures.ts +++ b/tests/playwright-test/playwright-test-fixtures.ts @@ -123,6 +123,8 @@ async function runPlaywrightTest(childProcess: CommonFixtures['childProcess'], b ...env, PLAYWRIGHT_DOCKER: undefined, PW_GRID: undefined, + PW_TEST_HTML_REPORT_OPEN: undefined, + PW_TEST_REPORTER: undefined, PW_TEST_REPORTER_WS_ENDPOINT: undefined, PW_TEST_SOURCE_TRANSFORM: undefined, PW_OUT_OF_PROCESS_DRIVER: undefined,