为我的应用程序在全球和本地安装了Chimp。在我的应用程序的根目录下创建了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
Ran Ranmp。
Sudis-MacBook-Pro:contract tupun$ chimp --ddp=http://localhost:7001 --watch
[chimp] Watching features with tagged with @dev,@watch,@focus
[chimp] Running...
Chimp说它正在运行并观看@watch,@ focus,@ dev。但它没有从功能文件中获取任何内容。
{{1}}
它应该为我提供步骤定义的存根。我做错了什么?