Closed rarajabs closed 2 years ago
Actually I think this is both.. thanks for the feedback! I think this could be resolved by improving pabot and library interactions!
After taking closer look I realised that --artifactsinsubfolders
option should have been used and using this option fixes the problem.
Closing as invalid.
Hi,
I am not sure is this problem is belongs to pabot or selenium. Please close this if it is not related to pabot.
Issue I am facing is pabot not copy the correct screeshots when I had setup another folder to store screenshots.
test.robot
Log
my pabot command as below: ''' pabot --testlevelsplit --processes 3 --argumentfile .\variables\argument.txt --variablefile .\variables\variables.yaml ".\Testsuites\test.robot" '''
I have pass argumentfile and variablefile param to pabot, but they are not affect the test run as I didn't consume values from both argument and variable files in test.robot