adiralashiva8 / testng-metrics

A HTML Report of test executions via TestNG (No code changes required, Export results)
https://testng-metrics.netlify.com/#
MIT License
3 stars 3 forks source link

Added archiving feature #12

Closed nainappa closed 5 years ago

nainappa commented 5 years ago

Added below features.

  1. Archiving the reports: Just by adding a parameter in testng.xml file, we can archive the reports now. I have already updated readme for this.
  2. Added user name for "Generated By" I added username instead of "TESTNG" in the report on the top right corner.
adiralashiva8 commented 5 years ago

Thank you @nainappa for your contribution I will look into it

adiralashiva8 commented 5 years ago

Will try to merge this PR ASAP

nainappa commented 5 years ago

Added Total Execution time in "Test Metrics" tab.

adiralashiva8 commented 5 years ago

I really like this changes

Thanks a lot @nainappa I'm merging this changes and will make few changes in master like

adiralashiva8 commented 5 years ago

TODO: We have used few deprecated methods for this requirement. We need to track those in higher versions