duandang9434 2013-08-19 08:09
浏览 65
已采纳

TeamCity Tests选项卡未显示在TeamCity 8.0中

I have TeamCity Professional 8.0.2. I set up PHPUnit and Build run succesfully. My problem is the Tests tab doesn't showed up so I can not see what was the tests result.I followed these instructions: http://blog.jetbrains.com/webide/2013/01/continuous-integration-for-php-using-teamcity/

And this is the Build log. if it helps in solution:

[09:32:46]Checking for changes
[09:32:54]Publishing internal    artifacts [09:32:54][Publishing internal artifacts] Sending    build.start.properties.gz file
[09:32:54]Clearing temporary directory: C:\BuildAgent\temp\buildTmp
[09:32:54]Checkout directory: C:\BuildAgent\work\da454545e33b4979
[09:32:54]Updating sources: server side checkout (11s)
[09:32:54][Updating sources] Building incremental patch for VCS root: svn: https://riouxsvn.com/svn/teamcityphp
[09:33:05][Updating sources] Repository sources transferred
[09:33:05][Updating sources] Updating C:\BuildAgent\work\da454545e33b4979
[09:33:05]Step 1/1: Run tests with coverage (Command Line)
[09:33:05][Step 1/1] Starting: C:\BuildAgent\temp\agentTmp\custom_script6386721482072578369.cmd
[09:33:05][Step 1/1] in directory: C:\BuildAgent\work\da454545e33b4979
[09:33:06][Step 1/1] Process exited with code 0
[09:33:06]Publishing internal artifacts
[09:33:06][Publishing internal artifacts] Sending build.finish.properties.gz file
[09:33:06]Publishing artifacts
[09:33:06][Publishing artifacts] Collecting files to publish: [build/release/*7*, unitTests/codeCoverage => coverage.zip]
[09:33:06][Publishing artifacts] Artifacts path 'build/release/*7*' not found
[09:33:06][Publishing artifacts] Artifacts path 'unitTests/codeCoverage' not found
[09:33:06]Build finished
  • 写回答

1条回答 默认 最新

  • dsvs50005 2013-08-19 10:46
    关注

    TeamCity command line runner is a tool to run arbitrary commands, and so it does not track test excution.

    To collect test results, you should add Build Feature: XML Report Processing. Just tell it you have Ant JUnit reports, and point it to proper directory (where PHPUnit stores the results)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 vmware exsi重置后的密码
  • ¥15 易盾点选的cb参数怎么解啊
  • ¥15 MATLAB运行显示错误,如何解决?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 UE5#if WITH_EDITOR导致打包的功能不可用
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
  • ¥20 yolov5自定义Prune报错,如何解决?
  • ¥15 电磁场的matlab仿真
  • ¥15 mars2d在vue3中的引入问题