horizon/openstack_dashboard/test/integration_tests
Zuul f249a6bb16 Merge "Fix skipped integration tests for securitygroup, namespace, usersettings" 2019-09-26 10:49:02 +00:00
..
pages Fix skipped integration tests for securitygroup, namespace, usersettings 2019-09-26 13:03:06 +05:30
regions Merge "Fix skipped integration tests for securitygroup, namespace, usersettings" 2019-09-26 10:49:02 +00:00
tests Fix skipped integration tests for securitygroup, namespace, usersettings 2019-09-26 13:03:06 +05:30
README.rst updated integration tests README.rst 2018-06-29 00:25:32 +00:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
basewebobject.py Fix pep8 errors 2018-04-11 00:34:21 +09:00
config.py Fix skipped integration tests for securitygroup, namespace, usersettings 2019-09-26 13:03:06 +05:30
decorators.py Handle move of ABCs to collections.abc 2019-09-10 19:21:20 +09:00
helpers.py Switch integration tests to run with python3 2019-03-05 09:10:01 +00:00
horizon.conf Fix skipped integration tests for securitygroup, namespace, usersettings 2019-09-26 13:03:06 +05:30
video_recorder.py Clean up logger usage 2017-04-13 04:35:50 +00: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 or add overrides to that file in local-horizon.conf which is ignored by git.

  3. Run the tests. :

    $ tox -e py27integration

More information

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

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