【问题标题】:cucumber command that will print out just the feature and scenario namescucumber 命令将仅打印出功能和场景名称
【发布时间】:2010-04-10 01:01:44
【问题描述】:

是否有一个 cucumber 命令可以只打印出功能信息和场景名称?

我最近开始了一个项目,想把我写的黄瓜功能和场景打印出来,用来描述项目的范围,并得到客户的确认。

【问题讨论】:

    标签: ruby-on-rails ruby testing cucumber


    【解决方案1】:

    你的意思是cucumber -d

    $ cucumber -h
    -d, --dry-run    Invokes formatters without executing the steps.
                     This also omits the loading of your support/env.rb file if it exists.
                     Implies --no-snippets.
                     Implies --dry-run --formatter pretty.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-13
      • 1970-01-01
      • 1970-01-01
      • 2020-05-15
      • 2019-06-27
      相关资源
      最近更新 更多