horizon/openstack_dashboard/test/integration_tests
Timur Sufiev f23d6d957d Minor refactoring of integration tests
Simplify 2 CheckBoxRegion-s by moving their common functionality into
mixin.

Change-Id: I0cc137702ff408aeb7af433c56c87aba091b8dc6
2015-08-28 15:28:21 +03:00
..
pages Integration tests no longer use form's fields ordering for matching 2015-08-26 13:42:25 +00:00
regions Minor refactoring of integration tests 2015-08-28 15:28:21 +03:00
tests Merge "Integration tests no longer use form's fields ordering for matching" 2015-08-28 01:07:39 +00:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
basewebobject.py Reduce the chance of Selenium timeouts in integration tests 2015-08-20 16:16:38 +03:00
config.py Use default values in horizon.conf 2015-06-17 21:14:11 +00:00
helpers.py Add html source code on test failure for debugging 2015-03-20 17:43:56 +01:00
horizon.conf Adapt integration tests to recent devstack and page layout changes 2015-08-20 14:36:37 +03:00
README.rst Integration tests - running the tests 2014-02-26 10:45:21 +00:00
webdriver.py Add workaround for StaleElementReferenceException 2014-10-08 11:21:17 +03:00

Horizon Integration Tests

Horizon's integration tests treat Horizon as a black box.

Running the integration tests

  1. Set up an OpenStack server

  2. Update the configuration file at horizon.conf

  3. Run the tests. :

    $ ./run_tests.sh --integration

More information

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

https://wiki.mozilla.org/QA/Execution/Web_Testing/Docs/Automation/StyleGuide#Page_Objects