Answer the question
In order to leave comments, you need to log in
Which report to use for autotests on java + selenium?
Hello.
Share your experience, who uses what reporting framework?
What are, what are better?
I used the standard report generated by maven-surefire and recently included allure.
But the problem with allure is that it doesn't generate a normal html report. Without starting the local server, the report does not open.
Answer the question
In order to leave comments, you need to log in
And what for to you local reports without the server to open?
And if not local, then in jenkins everything plows without unnecessary manipulations.
On this topic. Here I found a workaround
I actually found a workaround for this, you can use allure generate command to save the website files into a specific folder (files include .json files and index.html).
Once you do that you can store all of it on an aws s3 bucket and enable web hosting. This way you can just send the Link of the report allure has generated.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question