If you must run your tests through ant, then there is no direct way to see the progress in the JUnit view. However, if you use the JUnit ant task and set the output format of the test results to xml
:
You can then open this file in a JUnit window. Click the button in the right corner and select Import
. Then browse to the file you want to open:
source
share