chore: mute more test runner extension vars (#11881)

This commit is contained in:
Pavel Feldman 2022-02-08 09:22:45 -08:00 committed by GitHub
parent 3a898c285e
commit b2e15b8c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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