This project is Python based, so you will need Python to work with it. For reports generation Allure is used. Install it as well.
brew install python3
brew install Allure
In Terminal from the main project folder do the following
- Setup the local virtual env
python3 -m virtualenv venv
- Install all the requirements
source venv/bin/activate
pip install -r requirements.txt
deactivate
Also you can run next script:
sh scripts/venv.sh
Go to scripts
dir. Execute the following script
execute_tests.sh