Skip to content

crlinm/brainup_auto-tests-python

 
 

Repository files navigation

Development of automated tests for the Brain Up web-application

Description of the project

Test automation framework in Python using Pytest + Selenium. Generating test reports in Allure report The project structure is made in accordance with the POM

Installation and use



  • 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

  • View the test report Allure Report

Разработка автотестов для веб-приложения Brain Up

Описание проекта

Фреймворк автоматизации тестирования на 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

  • Просмотреть отчет о тестировании Allure Report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Dockerfile 6.5%