protractor-beautiful-reporter
protractor-beautiful-reporter copied to clipboard
Unable to add hyperlink in the description of the testsuite
I am trying to add the hyper link in the Test suite description and when I click on the hyper link it should redirect me to that particular link.
In the above attached image I have JIRA-ID in the test suite description and when I click on it, then it should redirect me to that particular link.
I tried making changes in the reported.js file and util.js file, but none of it has worked.
We used angularjs for displaying the report. Out-of-the-box angularjs filters all html code in the bound data. To allow html code in the reports would required more changes...One idea would be to add the links in markdown style and then extract then for special handling in the report...