Skip to content

Commit c158156

Browse files
committed
Document --reports-dir option in README
1 parent 1461739 commit c158156

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ public void test() throws Exception {
3838
}
3939
```
4040

41+
You could also specify the reports directory using:
42+
43+
```console
44+
./bld test --reports-dir=build/test-results/test/
45+
```
46+
4147
- [View Example](https://github.com/rife2/bld-junit-reporter/blob/main/example/src/bld/java/com/example/ExampleBuild.java)
4248

4349
Please check the [JUnitReporter documentation](https://rife2.github.io/bld-junit-reporter/rife/bld/extension/JUnitReporterOperation.html#method-summary)

0 commit comments

Comments
 (0)