- Execute
pip3 install -r requirements.tx
- Set up allure-report
Download from https://allurereport.org/docs/install-for-linux/ Execute: sudo dpkg -i allure_*_all.deb Execute: allure --version
- Install
sudo apt install sshpass docker docker-compose
- Setup
resources/details.json
as# TO DO
- Execute
python3 runner.py
- Check all behave options
behave -h
- Check all allure options
allure -h
- Execute
allure serve FOLDER_PATH
to start and create allure-report
- Test will be executed in parallel feature by feature
- Create Gmail Key Password
1. Goto: https://myaccount.google.com/apppasswords 2. Enter App Name 3. Copy generated password 4. Provide in resources/details.json