Skip to content

bngannapuram/PyWebdriverAutoFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWAF (Python Webdriver Automation Framework)

Prerequisite:

  1. Python
  2. pip
  3. Selenium/WebDriver
  4. nosetests & nose-html-reporting
  5. Browsers (Firefox, Chrome, IE)
  6. Respective Browser drivers
  7. Pycharm

How to run?

Test scripts can be executed by nosetests: nosetests -s -v --nologcapture <test-script.py>

e.g. nosetests -s -v --nologcapture checkbox_page_test.py

Get Test-reports: nosetests -s -v --nologcapture --with-html --html-report= <test-script.py>

e.g. nosetests -s -v --nologcapture --with-html --html-report=test_report.html checkbox_page_test.py

About

Python Webdriver Automation Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%