- Python, Pytest
- JSON, REST APIs
- Make sure you have python3 and pip installed on your machine.
- python3 --version
- pip --version
- Downlaod the folder
- Run
python3 -m venv <virtual env folder name>
to start a virtual environment inside project folder. - Run
source <virtual env folder name>/bin/activate
to activate virtual environment - You should see (venv) in the termial which proves that virtual env is activated successfully.
- Run
pip install -r requirements.txt
- Confiqure secret files -
.env
andtests/packages/config_shop_environment.py
- Run
pytest