This is a sample project for robot framework using python
- Run
pip install -r requirements.txt|pip3 install -r requirements.txt<-to install all the project dependencies.
- Consists of custom python lib for Test Rails integration.
- navigate to lib/external_keywords/
- open command prompt or terminal in this folder.
- run command
python setup.py install|python3 setup.py install - Then you can start using the exertnal lib
RF
- On Windows: run
run_test.batfor execution. - Anywhere else use
robot -d Results tests/testrail_test/test.robot
- Implement resources.
- Mobile Automation.
- UI Automation.