extent-framework / extentreports-java

Extent Reporting Library, Java
http://extentreports.com
Apache License 2.0
220 stars 126 forks source link

Ability to put "extent.properties" file in any location inside "resources" folder #401

Open siva90144 opened 1 year ago

siva90144 commented 1 year ago

My practice had includes a few configuration files based on the below structure:

resources -----config ----------executions ----------report (extent report config files) -----data -----features

When using this library, I had to put directly "extent.properties" file under "resources" directory. This makes my resource structures not categorized.

Thx to quangdo8x