Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 755 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 755 Bytes

BEHAVE EXAMPLES

Simple examples to start with Behave and BDD

🚧 PREREQUISITES

  • Clone the project
git clone https://github.com/geovannicorsino/behave-examples.git
  • Install the dependencies
pip install -r requirements.txt

🚀 HOW TO RUN

This project has different directories, you need to inform the directory

    1. Rest
behave src\rest\features --no-skipped
    1. Simple program
behave src\simple_programs\features --no-skipped
    1. Front-end
behave src\frontend\features --no-skipped

🛠️ TECH STACK