Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora authored Mar 3, 2019
1 parent 5476c2a commit 0aac74e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ A sample created from NUnit results.xml available [here](http://extentreports.co
| -o | Report output directory |
| -r | List of Reporters [html, v3html], html (default)|
| -p | TestRunner [NUnit] |
| --merge | Merge multiple results file into a single report |


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

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:

```
extent -d results/ -o results/ --merge
```

### Specifying the reporter to use:

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

0 comments on commit 0aac74e

Please sign in to comment.