I am new to Atlassian Bamboo. I have my code on Atlassian Stash Repository, and I want to run PhpUnit test on my code using Bamboo plan. I have go through documentation but I am not able to create one. Does anyone knows about it?
1条回答 默认 最新
- duanjiaren8188 2015-03-27 13:40关注
I finally solved this issue myself.
Here is a proper documentation for setting Phpunit with Bamboo https://confluence.atlassian.com/display/BAMBOO/Getting+started+with+PHP+and+Bamboo
Also in order to set the PHPunit Executable path, we have to set path as: path/to/executable(phpunit folder).cmd and not just: path/to/executable(phpunit folder) Else When you will run the build task, build will fail with error that test results were not found in required directory.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报