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 5d1818a commit be73027Copy full SHA for be73027
tools/test-local-installation/create_project_and_run_tests.sh
@@ -14,6 +14,7 @@ cp -R ../../driver-bundle/src/test/ $PROJECT_DIR/src/
14
cp -R ../../playwright/src/test/ $PROJECT_DIR/src/
15
cd $PROJECT_DIR
16
17
+echo "Using $PW_MAX_RETRIES retries for tests"
18
mvn test --no-transfer-progress
19
20
rm -rf $PROJECT_DIR
0 commit comments