This project makes it possible to save logs in a MySQL database rather than just publish on the screen.
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.
Follow the steps below:
- Add this repository as a dependency
- Create a file named teacup.properties in a folder named .teacup in your home folder.
- Add reporter=io.githb.henryssondaniel.teacup.report.mysql.DefaultReporter to the file
- Also add
- reporter.mysql.password=[password]
- reporter.mysql.server.name=[name]
- reporter.mysql.user=[user]