From f3a09210da17db7f1c55a3d2e2faacb47d28e021 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 23 Feb 2021 19:17:15 -0800 Subject: [PATCH] test: move installation tests out of playwright tree (#5573) --- packages/installation-tests/installation-tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/installation-tests/installation-tests.sh b/packages/installation-tests/installation-tests.sh index 8561a78731..7c34552aca 100755 --- a/packages/installation-tests/installation-tests.sh +++ b/packages/installation-tests/installation-tests.sh @@ -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 {