これは私がcygwinに入力しているものです:
cucumber.bat features -p super
これはスーパー プロファイルです。
super: FIG_NEWTON_FILE=local.yml --no-source --color --tags ~@nonsuper,~@unimplemented --format pretty
これは、スキップしたいテストの例です。
@nonsuper
Scenario: Try to set denial specials
Then the "Denial Specialist" field is disabled at the "summary" view
これらのタグを使用してシナリオと機能を実行しています。
プロファイルで何か間違ったことをしたと思いますが、何が原因かわかりません。
助けてくれてありがとう=]