-
Notifications
You must be signed in to change notification settings - Fork 108
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
Screenshot urls are not matching in pabot logs #669
Comments
I was comparing results to pabot with selenium hub+nodes setup and there are screenshot url's ok. On the other hand, screenshot url's are in pabot with selenium hub+nodes same (including these pabot process id's) but url's in log.html are correct ones. Is this behavior/bug in pabot/robot instead of browser extension? |
This is pabot behaviour. It is renaming screenshot files during log composing. |
Ok, what might be the reason, that log.html file has different screenshot url's with browser vs selenium? What could cause this difference? |
Perhaps you are using older Pabot version which does not yet have this feature. Another option is that you are not using feature correctly. Example we use Pabot to transfer In any case this is pabot feature and nothing to with Browser library and therefore I am closing this issue. |
When executing browser extension with pabot, screenshot url includes pabot process id (e.g. 0 or 1) and url in log.html doesn't contain this pabot prosess id.
Workspace file: 1-TC1_FAILURE_SCREENSHOT_1.png
Url in log.html: TC1_FAILURE_SCREENSHOT_1.png
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Url in log.html should match with workspace file
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: