diff --git a/test/installation-tests/installation-tests.sh b/test/installation-tests/installation-tests.sh index 9a7ef6904bfc5..60efa11b53fc2 100755 --- a/test/installation-tests/installation-tests.sh +++ b/test/installation-tests/installation-tests.sh @@ -17,6 +17,11 @@ npm pack ../../../packages/playwright-chromium npm pack ../../../packages/playwright-webkit npm pack ../../../packages/playwright-firefox +# cleanup environment +unset PLAYWRIGHT_DOWNLOAD_HOST +unset PLAYWRIGHT_BROWSERS_PATH +unset PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD + # There is no option to specify output for `npm pack`, but the format is # fixed. PACKAGE_VERSION=$(node -e 'console.log(require("../../../package.json").version)')