I have been working on implementing a run-time reporting mechanism for my automated test cases created using Java with Selenium and TestNG. The test results and details are stored in a MySQL database.
Although I can successfully insert the test results into the database, I am unsure of how to display them in a UI. I would greatly appreciate it if you could provide me with a step-by-step guide on what needs to be done to publish my test results in a UI (keeping in mind that I have no experience in front-end coding). Additionally, do I need to configure or install any type of web server?
Thank you in advance, Sunny