An open API service indexing awesome lists of open source software.

https://github.com/henryssondaniel/teacup-java-report-mysql

Report Teacup data to a MySQL database
https://github.com/henryssondaniel/teacup-java-report-mysql

data logs mysql reports teacup

Last synced: 2 months ago
JSON representation

Report Teacup data to a MySQL database

Awesome Lists containing this project

README

          

# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[![Build Status](https://travis-ci.com/HenryssonDaniel/teacup-java-report-mysql.svg?branch=master)](https://travis-ci.com/HenryssonDaniel/teacup-java-report-mysql)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=HenryssonDaniel_teacup-java-report-mysql&metric=coverage)](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-report-mysql)
[![latest release](https://img.shields.io/badge/release%20notes-1.0.4-yellow.svg)](https://github.com/HenryssonDaniel/teacup-java-report-mysql/blob/master/doc/release-notes/official.md)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.henryssondaniel.teacup.report/mysql.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.report%22%20AND%20a%3A%22mysql%22)
[![Javadocs](https://www.javadoc.io/badge/io.github.henryssondaniel.teacup.report/mysql.svg)](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup.report/mysql)
## What ##
This project makes it possible to save logs in a MySQL database rather than just publish on the
screen.
## Why ##
Save the logs to a MySQL database 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
1. Create a file named teacup.properties in a folder named .teacup in your home folder.
1. Add reporter=io.githb.henryssondaniel.teacup.report.mysql.DefaultReporter to the file
1. Also add
1. reporter.mysql.password=[password]
1. reporter.mysql.server.name=[name]
1. reporter.mysql.user=[user]