Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rtorres90/page_object_example

Example of a simple page object.
https://github.com/rtorres90/page_object_example

Last synced: about 2 months ago
JSON representation

Example of a simple page object.

Awesome Lists containing this project

README

        

# page_object_example

This repository contains an example about how to create a Page Object.

## Requirements

The requirements are listed n the requirement.txt file. To install them run this command on your terminal pip install -r requirement.txt

## Unit tests

The test folder contents unit tests for MyPageObject class. To run them you can use this command: python -m unittest tests.test_sample_page