You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Settings ***
Library Browser
*** Variables ***
${ARGUMENT} Default_Value
*** Test Cases ***
Testcase With Screenshot
Log Test executed with arguments ${ARGUMENT}
Open Browser url=https://pabot.org/
Take Screenshot filename=pabot_${ARGUMENT}
and an argumentfile first.args with the following content --variable ARGUMENT:First
Than start the testrun with the following command pabot --argumentfile1 first.args --artifactsinsubfolders -d results testcases.robot
This will result in the following result folder structure
Opening the report file the screenshot is not linked correctly
The text was updated successfully, but these errors were encountered:
Started to use pabot on new project last week and i noticed the same thing. Maybe running rebot on final output.xml to regenerate the html files would help - browser does this on their tasks.py at least ? Dunno, didnt bother. I run
Also, there was this bug MarketSquare/robotframework-browser#669 and all i got out from that was "you are using the feature incorrectly" but i didnt get "what feature"
PS. Im not using argument file and here's how i call pabot
Found in pabot Version 4.0.5
Given the following Testcase file testcases.robot
and an argumentfile first.args with the following content
--variable ARGUMENT:First
Than start the testrun with the following command
pabot --argumentfile1 first.args --artifactsinsubfolders -d results testcases.robot
This will result in the following result folder structure
Opening the report file the screenshot is not linked correctly
The text was updated successfully, but these errors were encountered: