Skip to content

Commit

Permalink
Update readme to clarify getting started steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Peterson committed Aug 27, 2015
1 parent 3670bd5 commit 977cf63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Device Farm Sample App for Android
This is a sample native Android app that contains many of the stock Android components and elements. Example [Appium](https://github.com/awslabs/aws-device-farm-appium-tests-for-sample-app), [Calabash](https://github.com/awslabs/aws-device-farm-calabash-tests-for-sample-app), and [Espresso](https://github.com/awslabs/aws-device-farm-sample-app-for-android#strategies-for-espresso) tests have been written for this app.

Please use this app and example tests as a reference for your own Device Farm test scripts.
# AWS Device Farm Sample App for Android
This is a sample native Android app that contains many of the stock Android components and elements, along with example [Appium](https://github.com/awslabs/aws-device-farm-appium-tests-for-sample-app), [Calabash](https://github.com/awslabs/aws-device-farm-calabash-tests-for-sample-app), and [Espresso](https://github.com/awslabs/aws-device-farm-sample-app-for-android#strategies-for-espresso) tests. You can use the app and example tests as a reference for your own AWS Device Farm test scripts.

#### Notes
This project uses [Butterknife](http://jakewharton.github.io/butterknife/) in order to create Android views and view listeners through annotations.

## Getting Started
In order to run this app within Device Farm you will need to [open](https://github.com/dogriffiths/HeadFirstAndroid/wiki/How-to-open-a-project-in-Android-Studio) and [build](https://developer.android.com/training/basics/firstapp/index.html) the APK from the source.
In order to run this app on Device Farm, you will first need to create a local copy of this repository, [open](https://github.com/dogriffiths/HeadFirstAndroid/wiki/How-to-open-a-project-in-Android-Studio) the project, and then [build](https://developer.android.com/training/basics/firstapp/index.html) the APK from the source.

## Examples for Testing Specific Scenarios
|Component |App Implementation| Espresso | Calabash | Appium |
Expand Down

0 comments on commit 977cf63

Please sign in to comment.