Skip to content

sharathg/behave-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

behave-example Build Status

Example/Base project for BDD Testing using @behave (https://github.com/behave/behave)

Requirements

  • Install Firefox (Add to Path)
  • Download Geckodriver for the same Firefox Version (Add to Path)
  • Python 3.x

Setup

  • Install dependencies from requirements.txt:
    pip install -r requirements.txt

Run (Examples)

  • Normal Run
    behave

  • Specific Features
    behave DIR|FILE|FILE:LINE

  • Junit Report XML
    Default folder (reports/)
    behave --junit

    Specific folder
    behave --junit --junit-directory=/path/to/folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors