af505dacd1
Having the window maximise during a test run makes it difficult to work with other windows, especially on a single-monitor computer. This patch removes the maximisation call. This patch also adds a "local" configuration mechanism to allow developers to have local configuration of the integration test environment without it affecting the git repository. Change-Id: I8a7acbe40deaec5cca904526e3f3c8bc3357744c Closes-Bug: 1540719
24 lines
573 B
ReStructuredText
24 lines
573 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` or add overrides
|
|
to that file in `local-horizon.conf` which is ignored by git.
|
|
|
|
#. 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
|