Unit test history

Add a way to browse through the last N unit test runs and a way to be able to run them again.

Just like it is done in Eclipse.

An example of workflow in which this helps is this:

  • I run the whole test suite, 2 tests fail: testA() and testB()
  • I investigate testA() by debugging, running it several times, etc. It is fixed now, so now I have to go back to the other failing tests (in this case: "testB")
  • I don't remember what was the name of the other failing tests, so I have to run the whole test suite again just to see which tests were failing, this could be easy if I had the results of the first run.
0
3 comments
This has been bugging me for a while now as well... I still manage, if it's just two but if there are more failing tests, this gets really cumbersome sometimes.
0
Hi there,

You should be able to pin the unit tests run tab (by clicking on "pin" icon), so any new runs will run in new tab.
0
Thanks for pointing that out. I didn't know that this was possible!
0

Please sign in to leave a comment.