File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ scripts/download_driver.sh
3232mvn compile
3333mvn test
3434# Executing a single test
35- BROWSER=chromium mvn test --projects=playwright - Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
35+ BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
3636# Executing a single test class
37- BROWSER=chromium mvn test --projects=playwright - Dtest=TestPageNetworkSizes
37+ BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes
3838```
3939
4040### Generating API
Original file line number Diff line number Diff line change 170170 junit.jupiter.execution.parallel.config.dynamic.factor=0.5
171171 </configurationParameters >
172172 </properties >
173+ <failIfNoSpecifiedTests >false</failIfNoSpecifiedTests >
173174 <failIfNoTests >false</failIfNoTests >
174175 <rerunFailingTestsCount >${env.PW_MAX_RETRIES} </rerunFailingTestsCount >
175176 <!-- Activate the use of TCP to transmit events to the plugin and avoid
You can’t perform that action at this time.
0 commit comments