Skip to content

entgra/ui-test-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

test-automation

python version: Python 3.8.10 Install pytest: Current particular version (pytest 8.3.2) selenium version: selenium 4.23.1 How to run the tests: pytest <test_file.py> --html=<name_of_report_html> EX: pytest test_useCase.py --html=report.html

Check pyton version

python --version

Install Selenium

pip install selenium

Verify Selenium

pip show selenium

Install Pytest

pip install -U pytest

#for Windows -> pytest #pip3 install pytest

Verify the installation of Pytest

pytest --version

install dependency for html report generation

pip install pytest-html

About

test-automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages