Martin Pavlasek e0118d6d92 Add missing percent-format character
skip_because(bug=[1,2,3]) decorator will display wrong message:
Skipped until Bugs: %s are resolved.1, 2, 3
instead of:
Skipped until Bugs: 1, 2, 3 are resolved.

Closes-Bug: #1420843
Change-Id: I07785fe75d9fd16f933efee7d22b6990957465a0
2015-02-11 16:32:14 +01:00
..
2015-01-21 12:15:07 +05:30

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