test: move installation tests out of playwright tree (#5573)

This commit is contained in:
Andrey Lushnikov 2021-02-23 19:17:15 -08:00 committed by GitHub
parent 1dc7fb1f3f
commit f3a09210da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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