halleck45/behat-tools-bundle

此包提供了一种管理您的功能的方式

安装次数: 4,929

依赖者: 1

建议者: 0

安全: 0

星标: 5

关注者: 5

分支: 4

公开问题: 0

类型:symfony-bundle

dev-master 2013-02-22 13:21 UTC

This package is auto-updated.

Last update: 2024-09-17 23:40:28 UTC


README

Build Status

用于管理Behat功能的包。

您可以使用

  • 根据标准找到所有功能
  • 了解每个功能的当前状态

安装

  1. 将此包添加到您的项目中

  2. 将以下行添加到您的config.yml文件中

    parameters:
      behat.paths.features: /path/your/features/
      behat.paths.reports:  /path/your/behat/reports/

请注意,您需要使用格式化参数运行Behat,以便生成JUnit格式的报告

$ behat -f junit --out reports