horizon/openstack_dashboard/test/integration_tests
Jenkins e566de4b5c Merge "Test's random name gen now uses uuid4" 2014-12-18 04:20:08 +00:00
..
pages Add _wait_till_text_present_in_element method 2014-12-07 15:48:31 +01:00
regions Integration tests - 3 new form fields 2014-12-17 12:47:01 +02:00
tests Test's random name gen now uses uuid4 2014-12-16 07:47:05 -07:00
README.rst Integration tests - running the tests 2014-02-26 10:45:21 +00:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
basewebobject.py Add _wait_till_text_present_in_element method 2014-12-07 15:48:31 +01:00
config.py Add _wait_till_text_present_in_element method 2014-12-07 15:48:31 +01:00
helpers.py Merge "Add _wait_till_text_present_in_element method" 2014-12-12 11:49:28 +00:00
horizon.conf Add _wait_till_text_present_in_element method 2014-12-07 15:48:31 +01:00
webdriver.py Add workaround for StaleElementReferenceException 2014-10-08 11:21:17 +03:00

README.rst

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