horizon/openstack_dashboard/test/integration_tests
Akihiro Motoki f545272f12 Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
horizon pep8 job due to the new rules.

This commit fixes the following new errors:
- E226 missing whitespace around arithmetic operator
- E241 multiple spaces after ','
- E731 do not assign a lambda expression, use a def

The following errors are added to the ignore list
as there are many errors:
- E402 module level import not at top of file
- W503 line break before binary operator

Change-Id: I3478b0684175d2604bbcc1d89cbfca298b97f1e1
2018-04-11 00:34:21 +09:00
..
pages Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
regions Fix style of the submit button on confirmation modal 2017-07-31 06:13:29 +00:00
tests Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
README.rst Add configuration mechanism to turn off browser maximisation 2016-02-11 07:05:22 +11:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
basewebobject.py Fix pep8 errors 2018-04-11 00:34:21 +09:00
config.py Update the doc links to the newest ones 2018-03-20 16:22:05 +09:00
decorators.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
helpers.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
horizon.conf Update the doc links to the newest ones 2018-03-20 16:22:05 +09:00
video_recorder.py Clean up logger usage 2017-04-13 04:35:50 +00: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 or add overrides to that file in local-horizon.conf which is ignored by git.

  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