Skip to content

Commit 0aac74e

Browse files
authored
Update Readme.md
1 parent 5476c2a commit 0aac74e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ A sample created from NUnit results.xml available [here](http://extentreports.co
2323
| -o | Report output directory |
2424
| -r | List of Reporters [html, v3html], html (default)|
2525
| -p | TestRunner [NUnit] |
26+
| --merge | Merge multiple results file into a single report |
2627

2728

2829
### Processing a single file
@@ -41,6 +42,12 @@ To process multiple files at once, use `-d` to specify the directory where the f
4142
extent -d results/ -o results/
4243
```
4344

45+
The command above creates multiple HTML outputs, one for each results file. To combine all results into a single HTML file, use the `--merge` option:
46+
47+
```
48+
extent -d results/ -o results/ --merge
49+
```
50+
4451
### Specifying the reporter to use:
4552

4653
It is possible to specify the reporter or outputs by specifying them using `-r`:

0 commit comments

Comments
 (0)