This repo is for running the test cases written in robotframework script using Dockerfile and virtual enviornment
To start with this repo you should have docker installed in your local machine for development and testing purposes.
- Docker
- Docker-Compose
Steps to follow
Usages:
git clone https://github.com/amar-khan/robotframework.git
cd robotframework
1. stop the docker container
"./robot.sh stop-test <pro/itg>"
2. build the docker file
"./robot.sh rebuild-test <pro/itg>"
3. start docker container
"./robot.sh start-test <pro/itg> <.robot file name or else give . for all>"