Skip to content

daniel-ob/pytest-selenium-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytest Selenium Framework

Install on virtual environment

$ git clone https://github.com/daniel-ob/pytest-selenium-framework.git
$ cd pytest-selenium-framework
$ python3 -m venv venv
$ source venv/bin/activate
(venv)$ pip install -r requirements.txt

Run tests

(venv)$ python -m pytest --html=reports/report.html

About

Automated web testing using Pytest and Selenium-Python

Topics

Resources

Stars

Watchers

Forks

Languages