I have a standalone maven selenium project which is working perfectly fine, now I want my reports to be generated using ReportNG
and for which I would be doing some customisation to already developed ReportNG
code.
To customize the ReportNG
code, I need to download the code and add it to my current maven-selenium project.
Could anybody suggest, how do I add that ReportNG
code to my maven project and interact with the ReportNG code?
any help would be appreciated.