2013-07-13 200 views
2

這是我打字Cygwin中:黃瓜標籤

cucumber.bat features -p super 

這是超強簡介:

super: FIG_NEWTON_FILE=local.yml --no-source --color --tags [email protected],[email protected] --format pretty 

這是一個測試我的例子想要跳過:

@nonsuper 
Scenario: Try to set denial specials 
    Then the "Denial Specialist" field is disabled at the "summary" view 

它正在使用這些標籤運行方案和功能。

我相信我在配置文件中做了一些錯誤,我只是無法弄清楚什麼。

任何幫助的感謝=]如果你想跳過一個場景只是把

@wip 

標籤來代替 '@nonsuper'

回答

5

的當你做

+0

我一定讀過那1000次其他地方。出於某種原因,我的印象是,如果我使用AND邏輯,我將需要兩個標籤都不能運行。非常感謝你。 –