publishing

"The package is Sunshine's adapter for TestNG tests runner."

License

License

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.tatools
ArtifactId

ArtifactId

sunshine-testng
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

publishing
"The package is Sunshine's adapter for TestNG tests runner."
Project URL

Project URL

https://github.com/tatools/sunshine
Source Code Management

Source Code Management

https://github.com/tatools/sunshine

Download sunshine-testng

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.tatools : sunshine-core jar 0.7.0
org.testng : testng jar 6.11

Project Modules

There are no modules declared in this project.

Sunshine

Sunshine allows you to manage suits of your automated tests directly from Java code. It supports TestNg, JUnit 4, and JUnit 5.

Please read the users documentation on http://sunshine.tatools.org.

Build Status Documentation Status Codacy Badge codebeat badge codecov PDD status

assistant: Elegant Git

Rultor.com

How to contribute?

If you have any questions or want more functionality, please submit a new issue.

Before sending any pull request, please discuss requirements/changes to be implemented using an existing issue or by creating a new one.

Development notes

If you will install https://elegant-git.bees-hive.org and use Git via CLI, all required workflows will be executed automatically. Otherwise, you can do it manually by running ./workflows script.

Code formatting

We use https://github.com/diffplug/spotless to format the code. Please run ./gradlew spotlessApply to call the formatting manually.

Code assessment

Run ./gradlew (or gradlew.bat). It will execute unit, integration tests, and formatting verifications.

Docs review

Automatic analysis of documentation changes in not configured. That's why manual validation is required.

The following snippet allows generation of HTML version of the documentation

cd docs
rm -r _build && make html
open _build/html/index.html

Please take into account, you need to install required Python's dependencies with pip install -r docs/requirements.txt before.

org.tatools

Test Automation Tools

Versions

Version
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1