horizon/openstack_dashboard/test/integration_tests
Akihiro Motoki 5fc26b0a11 Replace "Terminate Instance" with "Delete Instance"
"Delete" is being used almost everywhere in OpenStack Dashboard
except the instance panel. Using "Delete" looks more consistent.
In addition, "Delete" tells non-native English speakers that
deleted instances will be no longer usable again compared to
"Terminate".

DocImpact
Closes-Bug: #1502773
Change-Id: Idccaf3c45566f20f11d02ada64c1d3934a6f3002
2015-11-30 03:55:19 +09:00
..
pages Replace "Terminate Instance" with "Delete Instance" 2015-11-30 03:55:19 +09:00
regions Integration tests - Instances tests 2015-10-17 07:44:09 +00:00
tests Replace "Terminate Instance" with "Delete Instance" 2015-11-30 03:55:19 +09:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
basewebobject.py Reduce the chance of Selenium timeouts in integration tests 2015-08-20 16:16:38 +03:00
config.py Integration tests - Instances tests 2015-10-17 07:44:09 +00:00
helpers.py Dump browser log on integration test failure 2015-10-14 14:41:35 -07:00
horizon.conf Integration tests - Instances tests 2015-10-17 07:44:09 +00:00
README.rst Integration tests - running the tests 2014-02-26 10:45:21 +00:00
webdriver.py Enable PhantomJS for running Selenium tests 2015-11-25 11:25:51 +11:00

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