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 c3ca29e commit 2994eb7Copy full SHA for 2994eb7
README.md
@@ -39,8 +39,8 @@ then this is for you
39
40
### Usage
41
42
-With folder `reports` containing multiple `*.xml` files in junit-xml format.
43
-A combined result will be written to `junit-all.xml`
+With folder `src/test/resources/` containing multiple `*.xml` files in junit-xml format.
+A combined result will be written to `output.xml`. The Suite name will be `My Suite`.
44
45
```
46
# INSTALL
0 commit comments