io.github.henryssondaniel.teacup.report:file

Report Teacup data to a file

License

License

GroupId

GroupId

io.github.henryssondaniel.teacup.report
ArtifactId

ArtifactId

file
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.henryssondaniel.teacup.report:file
Report Teacup data to a file
Project URL

Project URL

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

Source Code Management

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

Download file

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
io.github.henryssondaniel.teacup : core jar 1.2.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0