Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmaturana committed Jan 11, 2014
1 parent c866d55 commit de7a047
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
@@ -1,20 +1,16 @@
Calabash-Android
================
Calabash-Android lets you run [Cucumber](http://cukes.info) features on your Android device or emulator. A Cucumber feature could look something like this:
Welcome to Calabash for 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"
Calabash is an automated testing technology for Android and iOS native and hybrid applications.
This repository contains support for Android, for iOS, see [Calabash Landing Page](http://calaba.sh/).

You can run your Calabash features on multiple devices using [LessPainful.com](https://www.lesspainful.com).
Calabash is a free open source project, developed and maintained by [Xamarin](http://xamarin.com).

If you have any questions on Calabash-Android, please use the Google group
While Calabash is completely free, Xamarin provides a number of commercial services centered around Calabash and quality assurance for mobile, namely Xamarin Test Cloud consisting of hosted test-execution environments which let you execute Calabash tests on a large number of Android and iOS devices.

[http://groups.google.com/group/calabash-android](http://groups.google.com/group/calabash-android)
Please see [xamarin.com/test-cloud](http://xamarin.com/test-cloud).

If you have any questions on Calabash-Android, please use the Google group [http://groups.google.com/group/calabash-android](http://groups.google.com/group/calabash-android)

### Documentation
The documention is split into the following sections:
Expand Down

0 comments on commit de7a047

Please sign in to comment.