diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab3033cd6..0fa9b18c0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,9 +32,9 @@ scripts/download_driver.sh
mvn compile
mvn test
# Executing a single test
-BROWSER=chromium mvn test --projects=playwright -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
+BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
# Executing a single test class
-BROWSER=chromium mvn test --projects=playwright -Dtest=TestPageNetworkSizes
+BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes
```
### Generating API
diff --git a/pom.xml b/pom.xml
index d6dcf4648..3163fa914 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,6 +170,7 @@
junit.jupiter.execution.parallel.config.dynamic.factor=0.5
+ false
false
${env.PW_MAX_RETRIES}