in reply to Re: Development and deployment - some basic guidance
in thread Development and deployment - some basic guidance
Key takeaways, anyway, are prove --formatter TAP::Formatter::JUnit >TEST-testname.xml and adding **/TEST-*.xml to Hudson as the files it should search for to find test results. This combination automatically captures all your test output and lets Hudson track the number of tests, whether they succeed or fail, and so on.
|
|---|