Reputation: 189
in contrary to the question: Generating HTML TestNG reports
we already have testNG for integration (java), and we generate HTML reports and logs in our code, I now seek for alternative option to generate nicer HTML logs & reports. I found only allure and extent(which support HTML logs only on pro version), is there any recommended options? positive point given for:
standalone library (not require another server)
EDIT In addition, at least for our CI , we consider using ELK for the reporting (maybe also for logging, but it more complicated..) seems it should be easy, by just generate JSON output in the reporter/logger is anyone did it? is it reasonable design?
Upvotes: 2
Views: 1132
Reputation: 2599
For Java you won't find anything better.
Upvotes: 4