-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Adding detail to Cucumer Report file #292
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
Comments
Probably a duplicate of Issue #195 ? |
Thats a feature i would appreciate as well! We are running large suites scenarios so a detailed report of how many scenarios have been executed successfully/failed/pending would be extremely helpful. The HTML-Report in Cuke4Duke contained this information. |
Yeah this is a duplicate of #195. Closing. |
@dkowis I do not think this is a duplicate of #195. Printing a summary at the end of the run does not get that data into the HTML report, which is the focus of this issue. However the resolution of this issue could/should be built on top of the resolution of #195 (like PR #536 - I have an implementation for this issue to, but have not created a RP yet since that implementation builds on #536 which is not yet merged). |
Ah, I see. Well, since you've got it handled, once the pull requests are merged in order, we can re-reference this one. I noted that the summaries were the same, and I would expect the summary generation logic to be the same for either HTML or Pretty, and that it could be reused. |
Hi, This change to hmtl report is really beautiful,but i was wondering if there a way to embed info to summary. I would like to add my system environment details (like test machine os, tool version etc) to cucumber html summary. Couldn't find it directly. Is there a way to do this? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Currently on Cucumber-JVM 1.0.2, the html report is beautiful; however, I wonder if it is possible to have a small section on top of the report to show a quick summary of the test that includes:
Tests run: , Passes: ,Failures: , Errors: , Skipped: , Time elapsed:
Scenarios run: Passes: , Failures:
The text was updated successfully, but these errors were encountered: