-
Notifications
You must be signed in to change notification settings - Fork 344
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
Support to add custom data into the HTML report at runtime #121
Comments
Added field for passing custom messages in the StepExecutionExecution response from the runner. Need to now expose an API on language runners that users can use and write messages into. These messages will be added to the Execution response returned by the runner.
HTML reporting plugin can then display the custom messages on the generated report |
Added support for java. Plugins required:
|
Added support for Custom Messages in CSharp commit. |
Ruby support can be tracked via getgauge/gauge-ruby#19 |
Add ability to add custom data at runtime, via an api similar to
System.out.println
(in Java, for ex) that would push text values to the report execution output.This can then be rendered in HTML report (or any other consumer of test results).
The text was updated successfully, but these errors were encountered: