Micro Focus Lifecycle Management Test Result Collection Tool
The Test Result Collection Tool is a command line tool for pushing test result XML files to the ALM Octane test result API. For instructions, refer to the readme file here.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.hpe.adm.octane.ciplugins |
| Идентификатор | Идентификаторoctane-collection-tool |
| Последняя версия | Последняя версия1.0.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOctane Collection Tool
Collection tool to bridge between Octane and ALM
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикMicro Focus |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| octane-collection-tool-1.0.9.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hpe.adm.octane.ciplugins/octane-collection-tool/ -->
<dependency>
<groupId>com.hpe.adm.octane.ciplugins</groupId>
<artifactId>octane-collection-tool</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hpe.adm.octane.ciplugins/octane-collection-tool/
implementation 'com.hpe.adm.octane.ciplugins:octane-collection-tool:1.0.9'
// https://jarcasting.com/artifacts/com.hpe.adm.octane.ciplugins/octane-collection-tool/
implementation ("com.hpe.adm.octane.ciplugins:octane-collection-tool:1.0.9")
'com.hpe.adm.octane.ciplugins:octane-collection-tool:pom:1.0.9'
<dependency org="com.hpe.adm.octane.ciplugins" name="octane-collection-tool" rev="1.0.9">
<artifact name="octane-collection-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hpe.adm.octane.ciplugins', module='octane-collection-tool', version='1.0.9')
)
libraryDependencies += "com.hpe.adm.octane.ciplugins" % "octane-collection-tool" % "1.0.9"
[com.hpe.adm.octane.ciplugins/octane-collection-tool "1.0.9"]
The Test Result Collection Tool is a command line tool for pushing test result XML files to the ALM Octane test result API. For instructions, refer to the readme file here.