I just tried more on failsafe plugin and found its report is not very helpful to determine the problem. Generally it only returns a message on console like this:
[INFO] [ERROR] There are test failures. [INFO] [INFO] Please refer to /home/forrestxm/src/g22branch/testsuite/console-testsuite/advanced/target/failsafe-reports for the individual test results. Then when you check failsafe-reports directory, only one file there "failsafe-summary.xml", and its content is very unhelpful like this: <?xml version="1.0" encoding="UTF-8"?> <failsafe-summary result="1" /> It totally does not make any sense! So failsafe plugin may not be a good choice for us. Your thoughts? Forrest