Skip to content

ravindrakanapuram/testingwithselenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testingwithselenium

To run these tests required packages such are Selenium , Pytest along with prior knowledge on PYTHON Programming

We must use pip command to install these packages in your environment Note: To create you enviraonment you must use this command python -m venv venv to activate venv you must cmd venv/scripts/activate

then run the test using pytest as below command

py.test -v -s website.py

To generate html report you must include the below command

py.test -v -s --html=report.html --self-contained-html website.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published