Category: Database, Data

by In the 1st part of this series, we set up Grafana and InfluxDB for our test reports. Now, as a follow up to that, we are going to see how to store test results in database and how to view the results in Grafana.

Add the below plugin to the plugins.sbt: In the test project, now we are going to add TestNG Listeners to store data in InfluxDB.

After the test execution, you can see the data of your tests populated in testrun and testmethod tables as below.

Related Articles