Run tests under "Runner: ant"
Hi.
I use TeamCity 3.0.1. and when i build my project under "Runner:Ipr", then I see that my tests (JUnit4) run. (I set them with "JUnit Test Runner Settings")
How can I set my tests with "Runner: ant", if I want to see "Test" tab ?
Thanks
Evgeny
Please sign in to leave a comment.
Hi, Eugene
Use the "junit" Ant task to run your tests and execute the task in your Ant build : the tests run should be reported automatically in this case.
--
Best regards,
Yegor Yarko
Project Manager
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yegor, thank you for advice.
Can you give an example ?
Thanks
I'm sorry.
It was my mistake. I wrote incorrect the "junit" ant task.
The "Tests" tab appeared, after I corrected the task.
Thanks