A
A
alexh78542019-08-23 14:48:46
Java
alexh7854, 2019-08-23 14:48:46

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

2 answer(s)
K
KiT, 2019-08-23
Maverick @kit_de

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.

If everything is wrong - try the report portal

Q
QA_raz2, 2019-09-26
@QA_raz2

I myself am just starting to work with assemblers.
Try the Gradle collector, maybe you will like its report)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question