Can Intellij IDEA generate unit test report within its JUnit integration?
Hi,
I really likes IDEA's JUnit integration. Currently I used separate Ant script to generate JUNit Test Results Report (in HTML format).
Can Intellij IDEA do that?
Thanks,
Zhimin
请先登录再写评论。
Nope. Nobody asked for this. BTW, what you're using those reports for?
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Thanks for such prompt response.
The report we really look after is Funtional Test Report, we using JWebUnit (a Junit extension) to write web functional tests.
Although our continuous build server can produce test reports for the whole project, we would like to
have reports at test suites level sometimes
running tests aganinst different environments
testers want to collect some information from tests to check backend systems.
I know it can be done with Ant, but it will nice to do it within IDE. And we expect better formatted test reports from JetBrains than ones form standard junitreport task.
Thanks,
Zhimin