Hi Cedric
yes, I know. That's the kind of workaround I mean. The development
cycle I am aiming for is:
1) Developer runs a run configuration for a test suite in Eclipse
(long-running) and can track the progress of that in the UI
2) If individual tests fail, Dev looks at the failing test, changes
code and then rerun's that individual test
3) If test fails again, repeat 2) until it is green
4) Run entire suite again
5) If any tests fail, go back to 1)
Currently the workaround for 2) would be to create a temporary run
configuration with the index (dev would count in the UI and select,
say, test number 47 of 200) and run that then. It's doable and
probably what I will do for as long as I haven't either switched the
IDE, the test framework (I have to say that I have not used this
feature with JUnit Eclipse support, so it might not be there either
but after more than a year of having switched from jUnit to TestNG, I
have to say that the JUnit Eclipse plugin seems much more
stable/mature) or support for this is implemented in the Eclipse
plugin (which I doubt I will do myself).
Disclaimer: I know that everything I get here is free and I am
thankful for the software. I am merely trying to make an informed
decision on how to continue.