Skip to content

This project shows how to apply page-object-pattern / model (POM) for Selenium by using Python and unittest.

Notifications You must be signed in to change notification settings

lgao066/python-selenium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to run all tests, you should type:

python3 -m unittest 

If you want to run just a class, you should type:

python3 -m unittest tests.test_contact_page.TestContactPage

If you want to run just a test method, you should type:

python3 -m unittest tests.test_shop_page.TestShopPage.test_4_purchase_products

About

This project shows how to apply page-object-pattern / model (POM) for Selenium by using Python and unittest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%