代码之家  ›  专栏  ›  技术社区  ›  Charlie Gevious

黄瓜没有输出到控制台

  •  0
  • Charlie Gevious  · 技术社区  · 14 年前

    当我跑的时候

    cucumber features
    

    Using the default profile...
    ....
    
    1 scenario (1 passed)
    4 steps (4 passed)
    0m0.071s
    

    2 回复  |  直到 14 年前
        1
  •  1
  •   dhofstet    14 年前

    是的,你可以用 -f pretty --format pretty

        2
  •  1
  •   AlistairH    14 年前

    我也非常喜欢html输出,尤其是在调试步骤定义时:

    cucumber features -f html -o "path/to/some/file.html"