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

**Describe the bug** When building dockerfile on macos I get error: ` ERROR: failed to solve: process "/bin/sh -c dnf upgrade -y --refresh && dnf install -y chromedriver-${CHROMIUM_VERSION}* chromium-${CHROMIUM_VERSION}* firefox-${FIREFOX_VERSION}*...

Podman and Docker provide the `--platform` option which allows to build and run an image for a specific architecture. It would be very useful for users to be able to...

enhancement

**Describe the bug** I pulled the Docker image from Dockerhub and added the selenium.robot Test to my tests folder. After i run the container it shows ``` ============================================================================== Tests ==============================================================================...

Hi Hi I am facing below issue, I am facing 1 issue where I am trying to uninstall paramiko package and install specific version paramiko==1.18.5 package. I am using below...

**Is your feature request related to a problem? Please describe.** Before having a headless test suite for GUI testing, it is nice to see in real, what is going on....

Hello there,I recently tried the robotframework-retryfailed library https://docs.robotframework.org/docs/flaky_tests I wanted to give the flaky tests the ability to start a second run if they fail due to e.g. timeout My...

**Is your feature request related to a problem? Please describe.** Yes I make use of the following two libraries that are not included by default. robotframework-jsonlibrary==0.5 robotframework-jsonvalidator==2.0.0 I know I...

Added support for Chrome for Testing: https://developer.chrome.com/blog/chrome-for-testing It can potentially fix issues like https://github.com/ppodgorsek/docker-robot-framework/issues/482 due to better compatibility between ChromeDriver and Chrome for Testing.

Container images should be as little as possible. Unfortunately, supporting both Selenium and Playwright leads to the duplication of components such as the various browser installations. As those libraries are...

enhancement

Hello, I noticed following issue: Run docker with --prerunmodifier some_path.suite_visitor.Visitor In my case the goal is to define capture screen in each test case. Example: ` class ScreenRecordingSuite(SuiteVisitor): def start_test(self,...