Details
-
Suggestion
-
Status: Shipped
-
Resolution: Done
-
None
Description
As a user, I should be able to import the Robot Framework's screenshots to an execution, based on embed screenshots taken using the SeleniumLibrary
In the execution page, the Results' section should have an extra column named Images or Evidence and each step should have its correspondent Robot screenshot.
Please see attached output.xml after configuring SeleniumLibrary to save the screenshots embed as follows (by curiosity, you can also check the log.html to have an idea of how the screeenshots relate to the keywords),
*** Settings *** Library SeleniumLibrary screenshot_root_directory=EMBED #Test Setup Open browser ${URL} ${BROWSER} ${REMOTE_URL} #Suite Teardown Close All Browsers *** Variables *** ${URL} https://... ${REMOTE_URL} http://192.168.56.1:4444/wd/hub ${BROWSER} Chrome *** Test Cases *** Confirm login popup is accessable Open browser ${URL} ${BROWSER} Set window size 350 Capture Page Screenshot ...
Attachments
Issue Links
- relates to
-
XRAYCLOUD-2160 As a user, I should be able to import the Robot Framework's screenshots to an execution
- Shipped