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

Support to add custom data into the HTML report at runtime #121

Closed
prateekbaheti opened this issue Mar 26, 2015 · 4 comments
Closed

Support to add custom data into the HTML report at runtime #121

prateekbaheti opened this issue Mar 26, 2015 · 4 comments

Comments

@prateekbaheti
Copy link
Contributor

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).

@deepthigc deepthigc modified the milestones: 0.0.6, 0.0.7 Mar 31, 2015
@prateekbaheti
Copy link
Contributor Author

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.

  • Java
  • Ruby
  • Csharp

HTML reporting plugin can then display the custom messages on the generated report

@prateekbaheti
Copy link
Contributor Author

Added support for java. Plugins required:

  • java runner - 0.2.1 and above
  • html-report - 1.0.4 and above

@apoorvam
Copy link
Contributor

apoorvam commented Sep 2, 2015

Added support for Custom Messages in CSharp commit.

@sriv
Copy link
Member

sriv commented Dec 23, 2015

Ruby support can be tracked via getgauge/gauge-ruby#19

@sriv sriv closed this as completed Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants