docs(contributing): add note how to execute tests (#600)
This commit is contained in:
@@ -33,6 +33,10 @@ Names of published driver archives can be found at https://github.com/microsoft/
|
||||
```bash
|
||||
mvn compile
|
||||
mvn test
|
||||
# Executing a single test
|
||||
BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes#shouldHaveTheCorrectResponseBodySize
|
||||
# Executing a single test class
|
||||
BROWSER=chromium mvn test -Dtest=TestPageNetworkSizes
|
||||
```
|
||||
|
||||
### Generating API
|
||||
|
||||
Reference in New Issue
Block a user