I am using Serenity with Cucumber. Here the HTML report created for each scenario is with a random string.
My questions:
Can we rename those individual HTML report by scenario name?.
Is the HTML report generated right after the scenario is completed? Or after the whole execution?
If an answer to the 2nd question is yes can someone please explain the report generation flow?
Can we get the result during runtime? Or only at the end of the test run?
My requirement is to get test results parallel as soon as each test/scenario/feature is completed.
Thanks!