Skip to content
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

Closed
nehashri opened this issue Apr 2, 2019 · 1 comment
Closed

Use the streamed messages in Gauge to generate reports #221

nehashri opened this issue Apr 2, 2019 · 1 comment
Labels

Comments

@nehashri
Copy link
Contributor

nehashri commented Apr 2, 2019

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.

@negiDharmendra negiDharmendra self-assigned this Aug 28, 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 negiDharmendra removed their assignment Oct 9, 2019
@BugDiver
Copy link
Member

BugDiver commented Jul 13, 2020

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).
We do not need to implement it anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants