TestNG

TestNG test framework for java.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

7.0.0-7
Дата

Дата

Тип

Тип

jar
Описание

Описание

TestNG
TestNG test framework for java.
Ссылка на сайт

Ссылка на сайт

http://github.com/slickqa/slickqa-testng
Система контроля версий

Система контроля версий

https://github.com/jasoncorbett/testng

Скачать testng

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.beust : jcommander jar 1.72
org.apache.ant : ant Необязательный jar 1.10.3
junit : junit Необязательный jar 4.12
org.yaml : snakeyaml Необязательный jar 1.21

provided (1)

Идентификатор библиотеки Тип Версия
com.google.inject : guice jar 4.1.0

test (7)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 3.10.0
org.codehaus.groovy : groovy-all jar 2.4.7
org.spockframework : spock-core jar 1.0-groovy-2.4
org.apache-extras.beanshell : bsh jar 2.0b6
org.mockito : mockito-core jar 2.12.0
org.jboss.shrinkwrap : shrinkwrap-api jar 1.2.6
org.jboss.shrinkwrap : shrinkwrap-impl-base jar 1.2.6

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

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

Build Status Dependency Status Reference Status Maven Central Bintray License Sonarqube tech debt Sonarqube quality gate

Documentation available at TestNG's main web site.

Need help?

Before opening a new issue, did you ask your question on

If you posted on both sites, please provide the link to the other question to avoid duplicating the answer.

Are you sure it is a TestNG bug?

Before posting the issue, try to reproduce the issue in a shell window.

If the problem does not exist with the shell, first check if the issue exists on the bugtracker of the runner, and open an issue there first:

Which version are you using?

Always make sure your issue is happening on the latest TestNG version. Bug reports occurring on older versions will not be looked at quickly.

Have you considered sending a pull request instead of filing an issue?

The best way to report a bug is to provide the TestNG team with a full test case reproducing the issue. Maybe you can write a runnable test case (check the src/test/ folder for examples) and propose it in a pull request Don't worry if the CI fails because it is the expected behavior. This pull request will be a perfect start to find the fix :)

How to create a pull request?

Refer our Contributing section for detailed set of steps.

We encourage pull requests that:

  • Add new features to TestNG (or)
  • Fix bugs in TestNG

If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the TestNG-dev before you spend time working on it.

com.slickqa

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

Версия
7.0.0-7