docker-robot-framework
docker-robot-framework copied to clipboard
Error, each pabot thread run all the suites, instead her distinct suite
it is not possible use pabot and --suite robot option, for instance, when is been used Initialization files, it is used root directory (in order to use initialization files ) and defined wich suite to run with --suite option
when was used ROBOT_THREADS>1 and --suite robot option was verified: ❌ Error, each pabot thread run all the suites, instead her distinct suite
execution command:
sudo docker run \
-e ROBOT_THREADS=2 \
-e ROBOT_OPTIONS=" --suite assetInventory --variable STORYBOOK_URL:https://lumada-design.github.io/uikit/master \
-v `pwd`/logs:/var/log:Z \
-v `pwd`/automation/robot/storybook/core:/opt/robotframework/tests:Z \
-v `pwd`/robot-reports:/opt/robotframework/reports:Z \
ppodgorsek/robot-framework:latest
please take look log file. log.txt
It seems the Pabot project fixed similar bugs recently. The Pabot dependency has been upgraded today, could you retry using the latest image version please?