docker-robot-framework
docker-robot-framework copied to clipboard
Robot Framework in Docker
Hello, I am stumbling on the issue "WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally" I am trying to run my tests on your docker image. I am...
**Describe the bug** ❯ docker run \ -e ROBOT_OPTIONS="--loglevel DEBUG" \ aideazcr.azurecr.io/abi/nesc-asia/alice-global-services-care-staging/new_raft_python3.9:1.0 [ ERROR ] Opening output file '/opt/robotframework/reports/output.xml' failed: PermissionError: [Errno 13] Permission denied: '/opt/robotframework/reports/output.xml'
**Describe the bug** I tried to follow the steps in of the earlier reported issues in about rerunning failed tests. The rerunning is working fine, but it seems not to...
Hi Team, I am using your docker image. I need pywinauto library so please help me add pywinauto library Thanks, Best Regards
**Describe the bug** Hi, I have checkedout the git repository in my machine (centos-7). I did the docker build and when i try to run the docker container, I am...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Add a new library in requirements 2. Run the...
**Is your feature request related to a problem? Please describe.** I use this container to automate complex sequence of actions on web sites, in tricky situations like page refresh, or...
can i use the generic AWS s3 account for storing the reports and actually i am using s3cmd command and can you help me with this to store testing reports...
Hello, I'm having trouble with the docker command for the parallelize option. I configured the browser, the platform and a specific version in ac. by launching the command I passed...
**Is your feature request related to a problem? Please describe.** We use your image in our CI template and it would be great if we could lint our robot code...