Skip to content

Commit 9e90565

Browse files
committed
Add Running Tests section to README
1 parent 0d51bc6 commit 9e90565

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,19 @@ String url = Wavespeed.upload("/path/to/image.png");
130130
System.out.println(url);
131131
```
132132

133+
## Running Tests
134+
135+
```bash
136+
# Run all tests
137+
mvn test
138+
139+
# Run a single test file
140+
mvn test -Dtest=ClientTest
141+
142+
# Run a specific test
143+
mvn test -Dtest=ClientTest#testInitWithApiKey
144+
```
145+
133146
## Environment Variables
134147

135148
### API Client

0 commit comments

Comments
 (0)