我是安卓和葫芦的新手,试图使用 Calabash 测试安卓应用程序。我已经按照这个文档进行了设置。并且my_first.功能文件包含示例代码
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文件中进行更改后buid)来运行测试,为此我得到了响应
* features/support/env.rb
Features:
0 scenarios
0 steps
0m0.000s
除了 my_first.features 文件内容外,我没有进行任何更改。如果有人帮助我找出问题并修复它,那就太好了。
在创建功能文件后首次运行 Calabash 测试时,应从功能文件夹正上方的目录运行测试。