testng-team / testng

TestNG testing framework
https://testng.org
Apache License 2.0
1.98k stars 1.02k forks source link

testng-result.xml:node "reporter-output" as the child node of test-method will be not display when I used the ANT to run the test case #312

Closed zhangfei19841004 closed 11 years ago

zhangfei19841004 commented 11 years ago

https://github.com/cbeust/testng/issues/243 I used this function, that is great! but May be there is a issue with this function.. when I run the testcase in eclipse , the node reporter-output will display as the child node of test-method, if I used the ANT to execute the test case and the node reporter-output will be not display as the child node of test-method! testng

zhangfei19841004 commented 11 years ago

if we want to use this function , the version of testng must later 6.8 . and the selenium-server-standlone-2.25.0 had been integrated with testng which the version is eary 6.8,so the node reporter-output is not display when we used ant to execute the testng. so we can use the selenium-java client and the latest testng to run the test case , and the node reporter-output is display now . closed this issue. thanks very much! that is a great function..