docker-robot-framework icon indicating copy to clipboard operation
docker-robot-framework copied to clipboard

Error, each pabot thread run all the suites, instead her distinct suite

Open JoaoEnesGoncalves opened this issue 4 years ago • 1 comments

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

JoaoEnesGoncalves avatar Aug 05 '20 15:08 JoaoEnesGoncalves

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?

ppodgorsek avatar Nov 16 '20 19:11 ppodgorsek