horizon/openstack_dashboard/test/integration_tests/pages
Daniel Korn 5001bca975 Integration tests - page objects pattern
First pages:
* pageobject - the base page for all page objects
* loginpage - the login page object
* basepage - base class for all dashboard page objects
* adminpage
* projectpage

First test:
test_login - a basic scenario test:
* checks that the login page is available
* logs in as a regular user
* checks that the user home page loads without error

https://wiki.openstack.org/wiki/Horizon/Testing/UI

Partially implements blueprint: selenium-integration-testing

Change-Id: Icad82f5f7810c348ddc30cd767f1d3bf5ecb926e
2014-03-25 13:42:57 +02:00
..
__init__.py Integration tests - page objects pattern 2014-03-25 13:42:57 +02:00
adminpage.py Integration tests - page objects pattern 2014-03-25 13:42:57 +02:00
basepage.py Integration tests - page objects pattern 2014-03-25 13:42:57 +02:00
loginpage.py Integration tests - page objects pattern 2014-03-25 13:42:57 +02:00
pageobject.py Integration tests - page objects pattern 2014-03-25 13:42:57 +02:00
projectpage.py Integration tests - page objects pattern 2014-03-25 13:42:57 +02:00