sunshine-testng TestNG


License

License

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

io.github.tatools
ArtifactId

ArtifactId

sunshine-testng
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

sunshine-testng TestNG
sunshine-testng TestNG
Project URL

Project URL

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

Source Code Management

https://github.com/tatools/sunshine/tree/master

Download sunshine-testng

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.github.tatools : sunshine-core jar 0.3.0
org.testng : testng jar 6.11

test (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.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.

io.github.tatools

Test Automation Tools

Versions

Version
0.3.0
0.2.0
0.1.0