Imported Upstream version 4.0.5

This commit is contained in:
Mario Fetka
2021-07-25 07:50:50 +02:00
parent 8ff3be4216
commit 3bfaa6e020
2049 changed files with 317193 additions and 1632423 deletions

View File

@@ -1,18 +0,0 @@
# 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