| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииTestNG Тестирование компонентов |
| Группа | Группаio.railflow.annotations |
| Идентификатор | Идентификаторrailflow-testng-annotations |
| Последняя версия | Последняя версия0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRailflow TestNG Annotations
Railflow TestNG Annotations provides a custom TestNG reporter and set of annotations/utility classes to
generate enriched XML test reports which can be then uploaded into TestRail using Railflow NPM package or
Railflow CI plugins
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.railflow.annotations/railflow-testng-annotations/ -->
<dependency>
<groupId>io.railflow.annotations</groupId>
<artifactId>railflow-testng-annotations</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.railflow.annotations/railflow-testng-annotations/
implementation 'io.railflow.annotations:railflow-testng-annotations:0.5'
// https://jarcasting.com/artifacts/io.railflow.annotations/railflow-testng-annotations/
implementation ("io.railflow.annotations:railflow-testng-annotations:0.5")
'io.railflow.annotations:railflow-testng-annotations:jar:0.5'
<dependency org="io.railflow.annotations" name="railflow-testng-annotations" rev="0.5">
<artifact name="railflow-testng-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.railflow.annotations', module='railflow-testng-annotations', version='0.5')
)
libraryDependencies += "io.railflow.annotations" % "railflow-testng-annotations" % "0.5"
[io.railflow.annotations/railflow-testng-annotations "0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.railflow.annotations : common | jar | 0.5 |
| org.testng : testng | jar | 7.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 3.2.0 |