Skip to content
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages