b4b0e1a887
Initial setup for running the integration tests. A basic test is included to ensure this works, although it will be rewritten to follow the Page Object pattern. Thanks to Daniel Korn for the initial test. https://wiki.openstack.org/wiki/Horizon/Testing/UI Implements blueprint: selenium-integration-testing Change-Id: Id5b62cdeac5295667a3922f7bed1db3c7617f841
23 lines
491 B
ReStructuredText
23 lines
491 B
ReStructuredText
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
|