TDD config
hi
I am trying to get TDD to work for the first time. I am using build 2079. What Am I supposed to enter in "Main test suite configuration name"? I have tried entering the fully qualified name of a TestCase, a TEstSuite, I have tried entering the name of a "run/debug configuration" that runs tests. And nothing happens.
shouldn't the time be reset to 0/green when I have successfully run the tests?
Am I missing something?
Florian
请先登录再写评论。
Hello Florian,
I too was wondering the same thing after trying out TDD. It seems like a really cool idea.
Tobin
-- Posted by JetBrains OmniaMea
You missed the documentation ;)
I won't hold it against you... just yet ;)
Nothing happens because there is regression in the Local History api/function. It is documented in the plugin version changes.
However our great JB friends just fixed it. It should work again with the next build.
Coming back to your original question, if you don't put anything in the test suite config name, the plugin will reset the clock automatically after any successful test run except individual test method run. If you put a config name, the clock will be reset only on a successful run of that test config. I hope this is clearer now.
Cheers,
Jacques
Haha, of course I didn't read the documentation. I'm an engineer!
(although I did have a nagging suspicion that I should look it up...)
Tobin
-- Posted by JetBrains OmniaMea