-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the streamed messages in Gauge to generate reports #221
Labels
Comments
negiDharmendra
added a commit
that referenced
this issue
Oct 3, 2019
negiDharmendra
added a commit
that referenced
this issue
Oct 3, 2019
- Start accumulating execution result when ExecutionStarting message is received - Accumulate scenario execution result when ScenarioExecutionEnding message is received. - Start generating report when SuitExecutionResult message is received.
negiDharmendra
added a commit
that referenced
this issue
Oct 3, 2019
negiDharmendra
added a commit
that referenced
this issue
Oct 4, 2019
The main reason for this was to avoid huge suite results. It was happening due to inline screenshot data in the result, and that has been handled by externalizing the screenshots (save as a file and send the path). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After getgauge/gauge#1372 Gauge will send execution result at the end of each execution unit. Html report should use this streamed results to generate the reports instead of waiting for the end of suite execution.
The text was updated successfully, but these errors were encountered: