https://github.com/redhatqe/splice-testing-pageobjects
Splice WebUI page objects for test automation
https://github.com/redhatqe/splice-testing-pageobjects
Last synced: 11 months ago
JSON representation
Splice WebUI page objects for test automation
- Host: GitHub
- URL: https://github.com/redhatqe/splice-testing-pageobjects
- Owner: RedHatQE
- License: gpl-3.0
- Created: 2013-07-24T11:08:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-06T19:10:14.000Z (over 12 years ago)
- Last Synced: 2025-01-04T02:23:36.147Z (about 1 year ago)
- Language: Python
- Size: 855 KB
- Stars: 1
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Splice testing pageobjects
* Bunch of page objects for Splice WebUI automation
* Ispired by the [Pageobject pattern] (http://pragprog.com/magazines/2010-08/page-objects-in-python)
* Requires [python-selenium-wrapper] (https://github.com/RedHatQE/python-selenium-wrapper)
#### usage
See the tests directory for example usage in test case implementation.
To execute test cases:
```
cp tests/inventory.yml ./
# update inventory.yml as needed
nosetests --with-webuiscreenshots --keep-passing-screenshots
```