-
Notifications
You must be signed in to change notification settings - Fork 115
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 current URL to error report #202
Comments
I will add Url, Time information (how long a test took), and stacktrace to the HTML reporter. |
Thank you. Are you going to support the new Selenium release 2.46.0 ? |
BTW, I don't see the changes published to NuGet or GITHUB :^) |
I didn't make the changes yet, I was making sure this was addressing your problem =). And yes I can update to latest Selenium too. |
Yes, this is what I was looking for. Thanks or your prompt actions. |
Released now, enjoy! |
I broke the reporter link with 0.9.27 and I am fixing it now. I have removed that listing from nuget and am working on a fix now. |
Fixed in 0.9.28 and published. Sorry! |
Adding the current page URL to the error report along with the existing captured image ("canopy-image(iVBORw...)" would add more value to logged information.
needs to be added to this line:
consoleReporter.fail ex id ss
The text was updated successfully, but these errors were encountered: