Skip to content

TheRubick/Behave-SoftwareTesting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Behave Software-Testing

In this project we are introducing behave core features on 2 artifacts : CSP problem "K-map coloring" and simple flask application

These features include :

  • Steps
  • Natural Language
  • Step Parameters
  • Scenario Outline
  • Multi-line Text (Step Data)
  • Setup Table
  • Result Table
  • Execute Other Steps in a Step
  • Use Background
  • User-defined Data Type
  • Use Tags and another Spoken Language

Behave could be installed using pip/pip3

pip install behave

For flask integration with behave please check that all requirements are installed by running the following command

cd flask_integration/ && pip install -r requirements.txt

Releases

No releases published

Packages

 
 
 

Languages

  • Python 66.9%
  • Gherkin 32.0%
  • HTML 1.1%