-
Hi, I'm interested if there is a way to generate the serenity report in real time e.g. generate the report after the first test, then update it after every other test (incrementally) instead of generating the report at the end when all the tests have finished. |
Beta Was this translation helpful? Give feedback.
Answered by
wakaleo
Oct 6, 2022
Replies: 1 comment 1 reply
-
I don't think this would be currently possible, as there is a lot of work done to aggregate the test results and to map them to the requirements structure, which can only happen when all the results are known. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
drpetkova
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think this would be currently possible, as there is a lot of work done to aggregate the test results and to map them to the requirements structure, which can only happen when all the results are known.