- 授权协议: EPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/calabash/calabash-android
- 软件文档: https://github.com/calabash/calabash-android
软件介绍
calabash-android 是一个基于 Cucumber 的 Android 的功能自动化测试框架。
测试实例:
Feature: Login feature
Scenario: As a valid user I can log into my app
Given I am a valid user
And I enter my username
And I enter my password
And I press "Login"
Then I see "Welcome to coolest app ever"
