Skip to content

Commit

Permalink
cherry-pick(release-1.9): move installation tests out of playwright t…
Browse files Browse the repository at this point in the history
…ree (microsoft#5573) (microsoft#5578)

Cherry-pick f3a0921
  • Loading branch information
aslushnikov authored Feb 24, 2021
1 parent f9b5f75 commit c264eb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/installation-tests/installation-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ PLAYWRIGHT_ANDROID_TGZ="$(node ${PACKAGE_BUILDER} playwright-android ./playwrigh
echo "playwright-android built"

SCRIPTS_PATH="$(pwd -P)/.."
TEST_ROOT="$(pwd -P)"
TEST_ROOT="/tmp/playwright-installation-tests"
rm -rf "${TEST_ROOT}"
mkdir -p "${TEST_ROOT}"
NODE_VERSION="$(node --version)"

function copy_test_scripts {
Expand Down

0 comments on commit c264eb3

Please sign in to comment.