Test automation framework in Python using Pytest + Selenium. Generating test reports in Allure report The project structure is made in accordance with the POM
- To get started, you need to install a Python interpreter on your computer, download it from the official website
- Clone the repository to your computer, the command:
git clone https://github.com/Brain-up/auto-tests-python.git
- Find the file in the root folder of the project requirements.txt , execute the command in the:
pip install -r requirements.txt
- To run tests execute:
pytest -s –v
To create a bug report, go and create a task by selecting the Bug Report template