horizon/openstack_dashboard/test/integration_tests
He Yongli e790ac070e Remove extraneous vim configuration comments
Remove vim setting:
comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4

at the top of source code files, except for files in
openstack/common.

Change-Id: I9a5c6b17c6ef7ecec601f4503dfc7b31fc72e90a
Close-bug: #1229324
2014-05-06 15:30:10 +08:00
..
pages Add go_to_home_page method and two more properties 2014-04-07 15:28:13 +03:00
tests Integration tests - page objects pattern 2014-03-25 13:42:57 +02: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 Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08: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