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

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

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
```