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:
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.
请先登录再写评论。
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.