
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
Horizon Integration Tests
Horizon's integration tests treat Horizon as a black box.
Running the integration tests
Set up an OpenStack server
Update the configuration file at horizon.conf
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