sunshine-core core

Unified sunshine-core core

Лицензия

Лицензия

Группа

Группа

io.github.tatools
Идентификатор

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

sunshine-core
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

sunshine-core core
Unified sunshine-core core
Ссылка на сайт

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

https://github.com/tatools/sunshine
Система контроля версий

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

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

Скачать sunshine-core

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

<!-- 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"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.11

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

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

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

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

Версия
0.3.0
0.2.0
0.1.0