horizon/openstack_dashboard/test/integration_tests
Radomir Dopieralski 0eca7449cc Fix Flake8 style warnings in openstack_dashboard/
Warnings H904, H307 and H405 are new or considerably changed, and will
be fixed in a separate patch.

Closes-bug: #1349820
Partial-bug: #1347472

Change-Id: I4fd28990dacf16f03a4eaa6074ef59c37f1a2c14
2014-07-30 14:13:24 +02:00
..
pages Fix Flake8 style warnings in openstack_dashboard/ 2014-07-30 14:13:24 +02:00
tests Settings page ChangePassword page and their tests 2014-07-20 11:47:48 +03: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
config.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
helpers.py Merge "Settings page ChangePassword page and their tests" 2014-07-23 04:29:10 +00:00
horizon.conf Integration tests - page objects pattern 2014-03-25 13:42:57 +02: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