Code Monkey home page Code Monkey logo

robotframework-docker's Introduction

ATG UI Test Automation Project

Installation

Clone repo

git clone https://github.com/altayer-digital/robot-framework.git

Build Docker

docker build -t robotframework-docker .

Running Tests

To run execute ./run_tests.sh

Customize run_tests.sh for your own need

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 alt text

robotframework-docker's People

Contributors

khanbhai89 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.