0

アプリ用に 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...

ステップ定義用のスタブを提供することになっています。私は何を間違っていますか?

4

1 に答える 1

0

私もチンパンジーを使い始めたばかりで、定義を取得するために@watchの代わりに@focusを使用しています

ここに画像の説明を入力

お役に立てば幸いです。

乾杯。

于 2016-01-13T19:33:33.807 に答える