Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 365 Bytes

Purpose

TPOP is an acronym for Testing Page Object Pattern

This project provides an abstraction that allows you to easily write your Selenium tests using the Page Object Pattern.

Modules

  • core - it is the minimum that you need to get started
  • extension - provides implementations for common scenarios
  • examples - contains usage examples