The project is used for learning how to write CI/CD pipelines and work with GitHub Actions, including:
- Automating test execution
- Generating Allure reports
- Integrating with allurectl
To run this project locally in PyCharm, you need to integrate Allure Framework. Follow the official documentation: Allure for Pytest
Additionally, ensure that the virtual environment (.venv) is correctly configured in PyCharm:
- Open Settings → Project: YourProject → Python Interpreter.
- Set the interpreter to use the virtual environment (.venv).
python -m pytest --alluredir allure-results --clean-alluredir