Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viclovsky authored Dec 4, 2020
1 parent e6760ba commit 892ab14
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,21 @@ You can setup next options:
}
````

#### Report customization
To customize your http report with your own template set full path to the template like below:
````
{
....
"writers": {
"hml": {
....
"customTemplatePath": "/full/path/to/report_custom.ftl"
}
}
}
````

## Demo
I have prepared several tests. Thus you are able to have a look and touch swagger-coverage. Just run ```run.sh``` script.

Expand Down

0 comments on commit 892ab14

Please sign in to comment.