This project consists of a Docker image containing a Robot Framework installation. This installation also contains Firefox, Chrome and the Selenium library for Robot Framework. The test cases and ...
Robot-Framework-Web/ ├── tests/ # Test suites │ └── Login.robot ├── resources/ # Resource files (Page Objects) │ ├── Common.robot │ └── LoginPage.robot ├── libraries/ # Custom Python libraries ...