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

Robot Framework in Docker

Results 57 docker-robot-framework issues
Sort by recently updated
recently updated
newest added

Hi, Will it be possible to add Robotframework-Zoomba Library support? This will increase opportunity to test GUI, REST API, SOAP API, automation inside the container using this library. Zoomba is...

Hello, I getting randomly container crash with message "WebDriverException: Message: invalid argument: can't kill an exited process" Here geckodriver.log: ` 1597299011627 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile"...

Running latest version and receiving the following error for Chrome in the Selenium test. Using only the same tests from this Repo. ``` $ docker run -e BROWSER="chrome" -v C:/Projects/robotframework/docker-robot-framework-master/results:/opt/robotframework/reports:Z...

We have a project where we run multiple test cases every day using different versions of our product(Nightly, Beta and Production). And we are seeing an issue with Chromium browser...

AWS Device Farm allows to use real devices to run tests, all connected to their cloud infrastructure. It would be good to check whether they have an API which could...

enhancement

**Describe the bug** I user variable files in my project to separate environments data and then pass it as arguments to the runner. My command looks like this : docker...

First Step: Docker Image created with tag d-rt-fr. Successfully image creation done. Second Step: docker run -v `pwd`/reports:/opt/robotframework/reports:Z -v `pwd`/test:/opt/robotframework/tests:Z -e BROWSER=chrome d-rt-fr:latest Error found: Error response from daemon: OCI...

Will be possible to add Sikuli Library support? This will really increase opportunity to include image recog/ocr in the testing script inside the container. Thank you

enhancement

Hi! Running docker on windows. Following is my simple test case: ``` *** Test Cases *** Test Should Be Equal This with spaces ${MY_VARIABLE} ``` If I run the test...

bug

Hello Paul, To create an open source template for robot framework I chosed to use your docker image since it is very well maintained, my issue is that the UID...