Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altayer-digital/robotframework-docker
Robotframework-Docker
https://github.com/altayer-digital/robotframework-docker
automation-framework browserstack docker dockerfile headless headless-chrome qa qa-automation-test robot-framework robotframework
Last synced: about 1 month ago
JSON representation
Robotframework-Docker
- Host: GitHub
- URL: https://github.com/altayer-digital/robotframework-docker
- Owner: altayer-digital
- Created: 2019-04-10T19:19:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T19:49:15.000Z (over 5 years ago)
- Last Synced: 2024-10-14T08:42:42.642Z (2 months ago)
- Topics: automation-framework, browserstack, docker, dockerfile, headless, headless-chrome, qa, qa-automation-test, robot-framework, robotframework
- Language: Shell
- Size: 4.69 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATG UI Test Automation Project
## Installation
Clone repo
```bash
git clone https://github.com/altayer-digital/robot-framework.git
```Build Docker
```bash
docker build -t robotframework-docker .
```## Running Tests
To run execute `./run_tests.sh`
Customize `run_tests.sh` for your own need
```bash
docker run --rm \
-e USERNAME="Hammad Ahmed" \
--net=host \
-e ROBOT_TESTS=./suite \
-e ROBOT_LOGS=Result_Folder_Name \
-e ROBOT_TEST=Test_Name \
-e BRAND=Brand_Name \
-e COUNTRY=Country_Name \
-e VERSION=Version_Name \
-e LANGUAGE=Language \
-e REMOTE_DESIRED=True_or_False \
-e PABOT_PROC=Number_of_Process \
-e ROBOT_ITAG=Tags_to_Execute \
-v "$PWD/execution/settings/":/execution/settings \
-v "$PWD/execution/scripts":/execution/scripts \
-v "$PWD/results":/results \
-v "$PWD/":/suite \
--security-opt seccomp:unconfined \
--shm-size "256M" \
robotframework-docker
```## Tag List
When using tags on the projects you can select tags from below.
- search
- stable
- regression## Feature List
- Variable-based run on Tests, Suites, Brand, Country, Version, Remote Desired, Number of Parallel Processes, Tags and Result folders.
- Al Tayer library support i.e. write to log, browserstack build url in logs, save customers, generate random emails and save orders.
- Async Run to cancel build on local
- Jenkins Supported build
- Parallel Run support
- Retry to test if fails
- Dockerized Container
- Browserstack Support
- Timeouts
- Headless run in Docker support
- Save screenshot in a folder
- URL Generator config
- Virtual Display inside the docker![alt text](https://github.com/altayer-digital/Robotframework-Docker/blob/master/tmp/Screen%20Shot%202019-04-11%20at%2012.06.25%20AM.png)
![alt text](https://github.com/altayer-digital/Robotframework-Docker/blob/master/tmp/Screen%20Shot%202019-04-11%20at%2012.06.45%20AM.png)