Files
freeipa/install/ui/test
Pavel Vomacka 8b25ac88e1 Update QUnit CSS file to 2.4.1
Update QUnit CSS to correspond with QUnit JS library

Related: https://pagure.io/freeipa/issue/7278
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2017-12-14 18:57:37 +01:00
..
2013-08-15 13:17:40 +02:00
2017-12-12 12:53:21 +01:00
2017-08-31 10:35:03 +02:00
2013-01-18 15:10:37 +01:00
2017-08-31 10:35:03 +02:00
2017-08-31 10:35:03 +02:00
2017-08-31 10:35:03 +02:00
2014-04-03 12:40:37 +02:00
2013-01-18 15:10:37 +01:00
2017-08-31 10:35:03 +02:00
2013-05-06 16:22:23 +02:00
2013-05-06 16:22:19 +02:00
2017-12-14 18:57:37 +01:00
2017-12-14 18:57:37 +01:00
2017-08-31 10:35:03 +02:00
2017-08-31 10:35:03 +02:00

WebUI Unit Tests

How to run tests:

  1. Run "autoreconf" command in the root of the repository
  2. Run "./configure" in the root of the repository
  3. Go to install/ui/src/libs/ directory
  4. Run "$ make" - this step generates loader.js which is necessary for load current API version into WebUI. This version is necessary for checking response of each API call.
  5. Go to install/ui/test
  6. Run "$ firefox index.html"

Only Firefox browser is supported, because Google Chrome does not allow to fetch files using AJAX and file:// protocol.

For more information about WebUI unit tests please read following: https://www.freeipa.org/page/FreeIPAv2:UI_Unit_Tests