Skip to content

Commit 7b19799

Browse files
committed
docs(contributing): update Maven test commands
1 parent f4c7b97 commit 7b19799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ scripts/download_driver.sh
3232
mvn compile
3333
mvn test
3434
# Executing a single test
35-
BROWSER=chromium mvn test --projects=playwright -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
35+
BROWSER=chromium mvn test -Dsurefire.failIfNoSpecifiedTests=false -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
3636
# Executing a single test class
37-
BROWSER=chromium mvn test --projects=playwright -Dtest=TestPageNetworkSizes
37+
BROWSER=chromium mvn test -Dsurefire.failIfNoSpecifiedTests=false -Dtest=TestPageNetworkSizes
3838
```
3939

4040
### Generating API

0 commit comments

Comments
 (0)