-
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
HTML report doesn't include the total number of scenarios passed and failed. #159
Comments
That's an issue that would be great to have solved. It has been bugging me since I started using Gauge almost a year and a half ago. |
Hi Saumya,
Actually JC is right. I am also using Gauge for more than one and half
years. This requirement is very much needed for us since we are taking pass
and failure counts.
Thanks in advance.
Osanda.
On Wed, Oct 25, 2017 at 7:07 PM JC ***@***.***> wrote:
That's an issue that would be great to have solved. It has been bugging me
since I started using Gauge almost a year and a half ago.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#159 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIuTNfd_VEGr33SE48WerRkkNPl84PmEks5svzlpgaJpZM4PTAmI>
.
--
Thanks and Best Regards,
Osanda Nimalarathna.
Mobile: (+94) 71 5 522 087
Email : [email protected]
<https://www.facebook.com/osanda.nimalarathna>
<https://www.linkedin.com/in/osandadeshan/>
<https://twitter.com/osandadeshan>
<https://www.instagram.com/osanda.deshan/>
|
@jorgecunhamorsum @osandadeshan - yes, this seems like a good thing to do. We are working on adding theme support for html-report and as part of this, we hope to allow customizations that suits custom requirements. While this may take a while, I think I may have an idea that might work for you. Please try the below steps:
|
Thanks @sriv for the information. By the way you forgot to include the change to line 190 but I assume it is to remove the "hidden" from the class of that div. I've tried that and works as described. It's an improvement, but what I was mentioning, and what I'm looking for, is the statistics for the scenarios of the whole suite and not only for each specification. |
any news on this ? especially, as the |
I would really like to see this as well. Also, if anyone has the information that was removed from the earlier comment on what to change, that would be great. |
The fix should be available in nightly >= 10-10-2018 |
This seems to have something with resolution. With my default resolution on Mac the issue is there 1440x900. However when I change the resolution to 1680x1050 it is working as expected. |
As per my understanding, it should be a responsive report.
On Thu, Oct 11, 2018 at 4:07 PM Soumya ***@***.***> wrote:
This seems to have something with resolution. With my default resolution
on Mac the issue is there 1440x900. However when I change the resolution to
1680x1050 it is working as expected.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#159 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIuTNUIr_JXXI0--3reoaKue-V0Xli4Mks5ujx9zgaJpZM4PTAmI>
.
--
Thanks and Best Regards,
Osanda Nimalarathna
Founder and Framework Developer *|* *MaxSoft*
mobile: +94 71 552 2087
address: No 106, Poramba, Ambalangoda, Sri Lanka
email: [email protected]
skype: osanda.deshan
<https://www.facebook.com/osanda.nimalarathna>
<https://twitter.com/osandadeshan>
<https://www.linkedin.com/in/osandadeshan/>
<https://www.instagram.com/osanda.deshan/>
|
Thanks @osandadeshan for your input. The responsiveness of the report will be tracked as a part of #200 |
@j-morsum Thank you for your kind words. If you think the success rate and pie chart makes more sense with scenario numbers - kindly raise an issue. This helps us discuss and see if this helps a wider audience. |
From @osandadeshan on August 18, 2017 11:13
Expected behavior
HTML report should include the total number of scenarios passed and failed. Also when a user clicks on a specification name, it should show the number of scenarios passed and failed for that specification.
Actual behavior
HTML report doesn't include the total number of scenarios passed and failed. Also when a user clicks on a specification name, it doesn't show the number of scenarios passed and failed for that specification.
Steps to reproduce
Gauge version
Gauge version: 0.9.1
Plugins
html-report (4.0.2)
java (0.6.4)
spectacle (0.1.2)
xml-report (0.2.0)
Copied from original issue: getgauge/gauge#777
The text was updated successfully, but these errors were encountered: