We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b5f75 commit c264eb3Copy full SHA for c264eb3
packages/installation-tests/installation-tests.sh
@@ -33,7 +33,9 @@ PLAYWRIGHT_ANDROID_TGZ="$(node ${PACKAGE_BUILDER} playwright-android ./playwrigh
33
echo "playwright-android built"
34
35
SCRIPTS_PATH="$(pwd -P)/.."
36
-TEST_ROOT="$(pwd -P)"
+TEST_ROOT="/tmp/playwright-installation-tests"
37
+rm -rf "${TEST_ROOT}"
38
+mkdir -p "${TEST_ROOT}"
39
NODE_VERSION="$(node --version)"
40
41
function copy_test_scripts {
0 commit comments