Skip to content
/ ta_bhv Public template

Simple TestAutomation python API-testing BDD framework

Notifications You must be signed in to change notification settings

Vikquick/ta_bhv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

О проекте

Автотесты шаблон. Тесты написаны на Python c использованием следующих фреймворков:

  1. Behave (test scenario - BDD)
  2. Allure report (test report)

Установка зависимостей проекта

###Выполнить следующие команды в терминале:

pip3 install -r requirements.txt

Локальный запуск тестов

###Выполнить следующие команды в терминале:

behave -f allure_behave.formatter:AllureFormatter -o ./logs ./features --tags @smoke --no-logcapture --no-skipped
allure serve ./logs

About

Simple TestAutomation python API-testing BDD framework

Topics

Resources

Stars

Watchers

Forks