I\'m using Junit to run tests with Seleniun WebDriver. I\'m trying to split up my tests into function area for better error reporting. I\'ve
I suggest you switching to TestNG. Check this out.
Btw:When I used to work with Java - almost one year ago - I didn't find such a solution for JUnit.