Skip to content

Sample python automation website testing application using BDD (Behavior-Driven Development)

License

Notifications You must be signed in to change notification settings

bestchanges/bdd-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0def1ea · Sep 25, 2019

History

9 Commits
Sep 25, 2019
Sep 24, 2019
Sep 24, 2019
Sep 24, 2019
Sep 25, 2019
Sep 24, 2019
Sep 24, 2019

Repository files navigation

BDD Python

Sample python automation website testing application using BDD (Behavior-Driven Development)

Пример автоматического тестирования веб-сайта используя методику BDD на Python + Behave.

Запуск по расписанию

Добавлен запуск в процесе CI используя Travis. Также настроен регулярный запуск раз в неделю.

Статус последнего запуска: Build Status

How to install

$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt

How to run

$ source ./venv/bin/activate
$ behave

About

Sample python automation website testing application using BDD (Behavior-Driven Development)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published