Skip to content

PaulBaSa/BDD-Selenium-POM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDD-Selenium-POM

Example of a BDD + POM framework using python+selenium

Install

pip install -r requirements.txt

The minimum required version of Python is 3.6

Run

To run all the tests in the terminal just run pytest command under the project root directory

pytest

To run BDD tests in the terminal run pytest tests/ command under the project root directory

pytest tests/

An to run only POM tests run pytest POM/ command under the project root directory

pytest POM/

About

Example of a BDD + POM framework using python+selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors