#REST API Automation Testing
- Install Python3
- Install all required packages useing this commend
pip install -r requirements.txt
- pytest TestRunner/test_Login_Flow.py [run single file test case]
- pytest -m TestRunner/test_Login_Flow.py
- pytest -s -v TestRunner/test_Login_Flow.py