Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rtorres90/page_object_example
- Owner: rtorres90
- License: mit
- Created: 2018-05-27T20:48:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T04:06:43.000Z (over 6 years ago)
- Last Synced: 2024-11-01T04:31:54.684Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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