Skip to content

techtolearn/pytest_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages