Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 438 Bytes

Cucumber Behave Sample

A collection of examples for BDD with behave in python.

Setup

pip install -r requirements.txt

Execute

From command prompt execute behave

blender.feature

Simple 'hello world' type example

login.feature

Selenium webdriver example

TODO: Web service sample

TODO: Sample to parse html using beautifulsoup4

TODO: Execute using selenium hub

TODO: Execute using SauceLabs