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

Suite 'Tests' contains no tests or tasks

Open lovelyplanet2019 opened this issue 2 years ago • 4 comments

Describe the bug Suite 'Tests' contains no tests or tasks

To Reproduce Steps to reproduce the behavior:

  1. docker pull ppodgorsek/robot-framework

  2. run below command to try the test

docker run \
>     -v `pwd`/reports:/opt/robotframework/reports:Z \
>     -v `pwd`/test:/opt/robotframework/tests:Z \
>     -e BROWSER=chrome \
>     ppodgorsek/robot-framework:latest

[ ERROR ] Suite 'Tests' contains no tests or tasks.

Try --help for usage information.

lovelyplanet2019 avatar May 05 '22 02:05 lovelyplanet2019

it is worknig now after sudo chmod -R 777 ./ the report path is read-only initially. any solution for this to works after first time setup?

lovelyplanet2019 avatar May 05 '22 09:05 lovelyplanet2019

hey, would you mind helping me out where do you use the sudo command?

sanzee1 avatar Jun 15 '22 13:06 sanzee1

the same error here. any updates?

lucasfraga-bnex avatar Jul 08 '22 22:07 lucasfraga-bnex

Which OS are you running on? pwd only works on Linux. Do you still have the error if you indicate the full path when mounting volumes? Did you also follow the troubleshooting section of the README?

ppodgorsek avatar Feb 07 '24 14:02 ppodgorsek