Access allure reports while test is running

Viewed 63

We're using TestNG+Allure reports for our java testing infrastructure. The test might take up to 4 hours to run. We want to see the reports of tests that are already done in the suite.

Can I see a report in between? How can one implement it?

I'm using Jenkins but I believe the solution might be different (since Jenkins supports publishing the reports only as a post-build action).

0 Answers
Related