TestNG Report Uploader

TestOps TestNG Report Uploader

Лицензия

Лицензия

Категории

Категории

TestNG Тестирование компонентов
Группа

Группа

com.katalon.testops
Идентификатор

Идентификатор

testng-report-uploader
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

TestNG Report Uploader
TestOps TestNG Report Uploader
Организация-разработчик

Организация-разработчик

Katalon, LLC.

Скачать testng-report-uploader

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.katalon.testops/testng-report-uploader/ -->
<dependency>
    <groupId>com.katalon.testops</groupId>
    <artifactId>testng-report-uploader</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.katalon.testops/testng-report-uploader/
implementation 'com.katalon.testops:testng-report-uploader:1.0.1'
// https://jarcasting.com/artifacts/com.katalon.testops/testng-report-uploader/
implementation ("com.katalon.testops:testng-report-uploader:1.0.1")
'com.katalon.testops:testng-report-uploader:jar:1.0.1'
<dependency org="com.katalon.testops" name="testng-report-uploader" rev="1.0.1">
  <artifact name="testng-report-uploader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.katalon.testops', module='testng-report-uploader', version='1.0.1')
)
libraryDependencies += "com.katalon.testops" % "testng-report-uploader" % "1.0.1"
[com.katalon.testops/testng-report-uploader "1.0.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.14.3
ch.qos.logback : logback-classic jar 1.2.3
com.github.sbabcoc : logback-testng jar 1.0.0
com.katalon.testops : common jar 1.0.0

Модули Проекта

Данный проект не имеет модулей.

Katalon TestOps TestNG

A TestNG Listener that automatically uploads TestNG reports to Katalon TestOps. Please refer to https://github.com/katalon-studio-samples/katalon-testops-testng-sample for a sample project.

Usage

  1. Add the following dependency to dependencies configuration in pom.xml:
<dependencies>
    <dependency>
        <groupId>com.katalon.testops</groupId>
        <artifactId>testng-report-uploader</artifactId>
        <version>1.0.0-1</version>
        <scope>test</scope>
    </dependency>
</dependencies>
  1. Specify testops.apiKey and testops.projectId properties in mvn test command:
mvn test -Dtestops.apiKey=<Your Katalon TestOps API Key> -Dtestops.projectId=<Katalon TestOps Project Id>

Command-line options

Mandatory Option Description
testops.apiKey The API Key used to authenticate and upload reports to the Katalon TestOps. Learn more.
testops.projectId The project ID of the Katalon TestOps Project to submit the JUnit reports to.
Optional Option Description
testops.serverUrl For TestOps on-premises
proxy.exceptionList
proxy.option NO_PROXY, USE_SYSTEM, MANUAL_CONFIG
proxy.serverAddress
proxy.serverPort
proxy.serverType HTTP, HTTPS, SOCKS
proxy.username
proxy.password
proxy.reportPath
com.katalon.testops

Katalon Studio

Katalon Studio: Best automated testing tool for Web, Mobile, & API testing. NOTE: Sample projects have been moved to https://github.com/katalon-studio-samples.

Версии библиотеки

Версия
1.0.1
1.0.0-1
1.0.0