sunshine-core core

Unified sunshine-core core

License

License

GroupId

GroupId

io.github.tatools
ArtifactId

ArtifactId

sunshine-core
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

sunshine-core core
Unified sunshine-core core
Project URL

Project URL

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

Source Code Management

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

Download sunshine-core

How to add to project

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

Dependencies

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