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 f4c7b97 commit 7b19799Copy full SHA for 7b19799
CONTRIBUTING.md
@@ -32,9 +32,9 @@ scripts/download_driver.sh
32
mvn compile
33
mvn test
34
# Executing a single test
35
-BROWSER=chromium mvn test --projects=playwright -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
+BROWSER=chromium mvn test -Dsurefire.failIfNoSpecifiedTests=false -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
36
# Executing a single test class
37
-BROWSER=chromium mvn test --projects=playwright -Dtest=TestPageNetworkSizes
+BROWSER=chromium mvn test -Dsurefire.failIfNoSpecifiedTests=false -Dtest=TestPageNetworkSizes
38
```
39
40
### Generating API
0 commit comments