horizon/openstack_dashboard/test/integration_tests
Zuul e4e11455a6 Merge "integration test fixes" 2018-07-17 01:59:17 +00:00
..
pages integration test fixes 2018-07-02 17:16:45 +00:00
regions Integration test fixes 2018-06-21 10:59:31 +03:00
tests integration test fixes 2018-07-02 17:16:45 +00:00
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 Update the doc links to the newest ones 2018-03-20 16:22:05 +09:00
decorators.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
helpers.py integration test fixes 2018-07-02 17:16:45 +00:00
horizon.conf Integration test fixes 2018-06-21 10:59:31 +03:00
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