This Repository hosts all the comcast project related Automation framework folders and files
Pre-requisite:
- Install python verion > 3.10
- Download Pycharm community edition
- Download selenium base https://seleniumbase.io/help_docs/install/
Clone the project from repository and perform the below steps:
- Open the cloned project folder in pycharm
- Go to Terminal
- python -m pip install --upgrade pip setuptools
- pip install -r requirements.txt
- Steps to activate the virtual environment : https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment
- All SET !!!