- MacOS >=11
- Python 3.12
- Appium driver
- Allure
Project preferably should be installed in virtual environment.
cd test_project/
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtCurrent version of the project has hardcoded paths and requires to be run from main directory (test_project)
pytest tests/Allure will generate interactive test report
allure serve allure-resultsExample report was saved to example-report/index.html. Reference command is:
allure generate --single-file allure-results