docker-robot-framework
docker-robot-framework copied to clipboard
Suite 'Tests' contains no tests or tasks
Describe the bug Suite 'Tests' contains no tests or tasks
To Reproduce Steps to reproduce the behavior:
-
docker pull ppodgorsek/robot-framework
-
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.
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?
hey, would you mind helping me out where do you use the sudo command?
the same error here. any updates?
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?