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
Фреймворк автоматизации тестирования на Python с использованием Pytest + Selenium. Генерация отчетов о прохождении тестов в Allure report Структура проекта выполнена в соответствии с паттерном Page Object Model
- Для начала работы необходимо установить на ваш компьютер интерпретатор Python, скачать с официального сайта
- Клонировать репозиторий на свой компьютер, команда
git clone https://github.com/Brain-up/auto-tests-python.git
- В корневой папке проекта найти файл requirements.txt, выполнить команду
pip install -r requirements.txt
- Для запуска тестов выполнить:
pytest -s –v