Skip to content

Commit f3a0921

Browse files
authored
test: move installation tests out of playwright tree (#5573)
1 parent 1dc7fb1 commit f3a0921

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)