Skip to content

This project uses the Python 'behave' lib to implement BDD. Also, Selenium is used for automatizing the tests. The objective was ensure the quality of TODO cards maintenance in a TODO application.

Notifications You must be signed in to change notification settings

matosgabriel/todo_behave_bdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Behave BDD

Project focused on BDD learning and practicing, which is a TODO application been tested.

Scenario: Create a TODO card

The challenge is ensure that TODO cards are created after the creating logic have been executed.

Scenario: Create many TODO cards

For this one, the purpose is ensure the creation of multiple TODO cards.

Libraries in this project

  • Behave
  • Selenium
  • Ipdb
  • behave-html-formatter

HTML Behave reports

html-report

About

This project uses the Python 'behave' lib to implement BDD. Also, Selenium is used for automatizing the tests. The objective was ensure the quality of TODO cards maintenance in a TODO application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published