Features
This plugin reads test results from HP ALM based on a (unique!) directory name.
|
Note
|
the plugin is no longer under active development and might be removed in future versions. |
Configuration
"almTests": [
{
"domain": "ALMDOMAIN",
"project": "ALMPROJECT",
"foldername": "Umgebung (PreProd)",
"serverName": "server_name_6",
"applicationName": "application_name_6",
"environment": "preprod",
"url": "http://host.domain/info"
}
| Name | Description | Required | Default |
|---|---|---|---|
domain |
The ALM domain name |
yes |
empty |
project |
The ALM project name |
yes |
empty |
foldername |
The ALM folder name the test (or test suites) reside in |
yes |
empty |
serverName |
The server name that refers to the serverNames within the same screen, used to reference the position of this information block in the screen |
yes |
empty |
applicationName |
The application name that refers to the sub-row of the server name in the same screen. Used to reference the position if this information block in the screen |
yes |
empty |
environment |
Environment of this information block. Refers to the environments in the same screen. Used to reference the position in the screen (the column). |
yes |
empty |
url |
Optional Url the information block will point to to display further information on the test results (for example a wiki page or additional report tool). |
no |
empty |
Result
Shows the result of all tests in the configured directory including the number of tests run and how many where successful.