Calabash 测试获得响应 0 个场景 0 个步骤 0m0.000s

Calabash test getting response 0 scenarios 0 steps 0m0.000s

我是 android 和 calabash 的新手,正在尝试使用 Calabash 测试 android 应用程序。我已经按照 doc 进行了设置。 my_first.feature 文件包含示例代码

Feature: Running a test

Scenario: Register
Given I am on the Welcome Screen
Then I touch "SKIP"
Then I wait
Then I should see Registration Screen

我已经使用最新的 apk(在 .feature 文件中进行更改后构建)来 运行 测试,为此我得到了响应

* features/support/env.rb

Features:

0 scenarios
0 steps
0m0.000s

除了 my_first.features 文件内容外,我没有做任何更改。 如果有人能帮我找出问题并解决它,那就太好了。

在创建功能文件后首次 运行 进行 Calabash 测试时,测试应该 运行 来自功能文件夹正上方的目录。