Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.46 KB

README.md

File metadata and controls

16 lines (16 loc) · 1.46 KB

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