Friday, 19 May 2017

Test Execution Report implementation Using JUnit Listeners

      We all know that JUnit doesn't provide any execution report apart from what we get in the editor. Many of us even doesn't know that JUnit has listeners. I have attempted to implement a light weight reporting using HTML. Below is the repo link.


This implementation not only tells you about how to implement reporting, but also tells you JUnit listener implementation, how to attach the listener to the test classes, how to group the test cases to run together etc.


After importing the repo, read the README, which has more information about it's implementation. 

No comments:

Post a Comment