Skip to content

Commit

Permalink
test: cleanup installation tests from top-level env variables (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored Apr 30, 2020
1 parent cccf3f7 commit 062a836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/installation-tests/installation-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)')
Expand Down

0 comments on commit 062a836

Please sign in to comment.