A CLI tool used to fuly test WebApps using Python Behave+Selenuim+Click
Feature | Step implmentation |
---|---|
create a venv
or pipenv
and run:
pip install behave
pip install selenium
pip install click
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 thebehave.ini
to get only feature summary in the terminal.