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
32
32
mvn compile
33
33
mvn test
34
34
# Executing a single test
35
- BROWSER=chromium mvn test --projects=playwright - Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
35
+ BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
36
36
# Executing a single test class
37
- BROWSER=chromium mvn test --projects=playwright - Dtest=TestPageNetworkSizes
37
+ BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes
38
38
```
39
39
40
40
### Generating API
Original file line number Diff line number Diff line change 170
170
junit.jupiter.execution.parallel.config.dynamic.factor=0.5
171
171
</configurationParameters >
172
172
</properties >
173
+ <failIfNoSpecifiedTests >false</failIfNoSpecifiedTests >
173
174
<failIfNoTests >false</failIfNoTests >
174
175
<rerunFailingTestsCount >${env.PW_MAX_RETRIES} </rerunFailingTestsCount >
175
176
<!-- 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