Here you can find the basic setup for Python +Automation Framework. Clone and start coding.
Python should be installed on system
pycharm installed on your system
git installed on your system
Open command prompt -cmd
type cd\ and press enter
type D: and press enter
git pull https://github.com/NAVEENINTEL/AutomationSetup.git
new folder with project name is created in D drive
right click on project folder and open with Pychram
pip install -r requirements.txt
pytest -v -s [path]
pytest -v -s scriptname --alluredir=reports allure serve reports