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
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-java-report-mysql
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-05-07T12:40:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T10:36:14.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:49:33.938Z (about 1 year ago)
- Topics: data, logs, mysql, reports, teacup
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-java-report-mysql)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-report-mysql)
[](https://github.com/HenryssonDaniel/teacup-java-report-mysql/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.report%22%20AND%20a%3A%22mysql%22)
[](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]