I'm trying to get tests results while the job is building. When we run tests suite by eclipse we get tests results from TestNG viewer while running the suite, I want to get the same viewer or similar in Jenkins to know the current status of the build before finish.
I mean this in TestNG Viewer: Results of running suite TestNG viewer
Thanks All :)