How might I integrate phpunit with Hudson CI?

后端 未结 9 2003
暖寄归人
暖寄归人 2020-12-07 17:26

We are looking at switching from phpundercontrol to Hudson (it looks to have some really cool features!) but I can\'t figure out how to get phpunit logs to show up.

9条回答
  •  温柔的废话
    2020-12-07 17:56

    I installed the xUnit plugin, pointed it at my log file (from job config), and it works like a charm. It appears there is no longer a need for any custom hacks.

    http://wiki.hudson-ci.org/display/HUDSON/xUnit+Plugin

提交回复
热议问题