-
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
Add ability to see failed retries in html-report (using gauge native retries) #259
Comments
Signed-off-by: BugDiver <[email protected]>
Signed-off-by: BugDiver <[email protected]>
Will we have some options to add some data about failed attempts to html-report? |
Can you please raise another issue for that? For now it will be a simple marker. Adding more info about previously failed tests will require more thinking and effort. |
Signed-off-by: BugDiver <[email protected]>
Can someone please confirm if this feature added to the json-report as well? A property to identify "Retried times" in JSON report |
This feature is not available in JSON report. Please create and issue (or PR) at https://github.com/getgauge-contrib/json-report/issues |
Please add ability to attach failed steps or logs in html-report if test was passed after 2nd/3rd try using native gauge retrying mechanism. Currently we can see fails only in build log, but in report there's showing only last (successful) result. And it isn’t obvious that test is flaky.
Steps to reproduce
gauge run --max-retries-count=2
orgauge:execute -Dflags=--max-retries-count=2
on TeamCity)Expected behavior
There's some mark or logs in html report that step was failed one time.
Actual behavior
Nothing in report shows that there was failed tries.
Gauge version
1.0.6+
The text was updated successfully, but these errors were encountered: