Skip to content

Commit c264eb3

Browse files
authored
cherry-pick(release-1.9): move installation tests out of playwright tree (#5573) (#5578)
Cherry-pick f3a0921
1 parent f9b5f75 commit c264eb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/installation-tests/installation-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ PLAYWRIGHT_ANDROID_TGZ="$(node ${PACKAGE_BUILDER} playwright-android ./playwrigh
3333
echo "playwright-android built"
3434

3535
SCRIPTS_PATH="$(pwd -P)/.."
36-
TEST_ROOT="$(pwd -P)"
36+
TEST_ROOT="/tmp/playwright-installation-tests"
37+
rm -rf "${TEST_ROOT}"
38+
mkdir -p "${TEST_ROOT}"
3739
NODE_VERSION="$(node --version)"
3840

3941
function copy_test_scripts {

0 commit comments

Comments
 (0)