Skip to content

MoElaSec/Python_Behave_Selenium_WebApp_Auto_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBDD: Automate testing for WebApps with selenium & Cucumber/behave

AUTOMATION BDD CLI

A CLI tool used to fuly test WebApps using Python Behave+Selenuim+Click

Feature Step implmentation
image image

👨‍💻Dev-Env:

create a venv or pipenv and run:

pip install behave
pip install selenium
pip install click

✨Usage:

python main.py [name_feature]

for example to test the dresses page:

python main.py dresses

Commands:
  all
  contact-us
  dresses
  logo
  sign-in
  sign-up
  tops


📝uncomment the behave.ini to get only feature summary in the terminal.

About

A CLI tool used to fuly test WebApp using Python Behave+Selenuim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published