io.github.henryssondaniel.teacup.report:file

Report Teacup data to a file

Лицензия

Лицензия

Группа

Группа

io.github.henryssondaniel.teacup.report
Идентификатор

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

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

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

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.henryssondaniel.teacup.report:file
Report Teacup data to a file
Ссылка на сайт

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

https://github.com/HenryssonDaniel/teacup-java-report-file
Система контроля версий

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

https://github.com/HenryssonDaniel/teacup-java-report-file

Скачать file

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

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

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
io.github.henryssondaniel.teacup : core jar 1.2.0

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

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

User Guide

Build Status Coverage latest release Maven Central Javadocs

What

This project makes it possible to save logs on disc rather than just publish on the screen.

Why

Save the logs on disc so that they are not deleted after each test execution, no matter what test engine you are using.

How

Follow the steps below:

  1. Add this repository as a dependency
  2. Create a file named teacup.properties in a folder named .teacup in your home folder.
  3. Add reporter=io.githb.henryssondaniel.teacup.report.file.DefaultReporter to the file

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

Версия
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0