anho/behat-formatter-teamcity

将 behat 的输出格式化为与 TeamCity 连续集成服务器交互

dev-master 2016-11-08 13:36 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:06:03 UTC


README

Build Status

加载扩展

将扩展添加到您的 behat.yml 中,如下所示

default:
  extensions:
    Behat\TeamCityFormatter\TeamCityFormatterExtension: ~

在 behat.yml 中使用

将格式化器添加到您的测试套件

some_suite:
  formatters:
    teamcity:

在命令行中使用

只需使用键 teamcity 作为您的格式化器

behat -f teamcity