Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Cucumber と Rspec の両方を使用していますが、仕様の例に取り組んでいる間、オートテストのストーリーの実行を無効にしたいと考えています。それを行うために変更できる構成オプションはありますか?
あなたAUTOFEATURE=trueの環境で定義していますか?これは、autotest にキュウリ テストを含めるかどうかを制御するものです。デフォルトは false である必要がありますが、どのような場合でも、autotest を次のように開始することでオーバーライドできます。
AUTOFEATURE=true
AUTOFEATURE=false autotest