アプリ用に Chimp をグローバルおよびローカルにインストールしました。features
アプリのルートにディレクトリを作成しました。insertContract.feature
次のシナリオでフィーチャー ファイルを挿入します。
Feature: Input contact information
As a contract admin
I want to input contact information
So that I can save it in a database
@watch
Scenario: Go to the contract insert page
Given I have visited Contract Insert page
Then I see an input "supplierName"
ランチンパンジー。
chimp --ddp=http://localhost:7001 --watch
Chimp は、タグ @watch、@focus、@dev を実行して監視していると述べています。ただし、機能ファイルからは何も取得しません。
Sudis-MacBook-Pro:contract tupun$ chimp --ddp=http://localhost:7001 --watch
[chimp] Watching features with tagged with @dev,@watch,@focus
[chimp] Running...
ステップ定義用のスタブを提供することになっています。私は何を間違っていますか?