awslabs/aws-device-farm-calabash-tests-for-sample-app

Name: aws-device-farm-calabash-tests-for-sample-app

Owner: Amazon Web Services - Labs

Owner: AWS Samples

Description: null

Created: 2015-08-07 23:20:20.0

Updated: 2017-04-29 00:27:47.0

Pushed: 2018-01-11 23:47:32.0

Homepage: null

Size: 19375

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Calabash Sample Tests for AWS Device Farm Sample App

This is a collection of example Calabash test suites written for the AWS Device Farm Android sample app. Please use these tests as a reference for your own AWS Device Farm Calabash tests.

Note

Explicit delays are occasionally added to the tests to allow the page to fully render, they are commented as such in the code.

Android

Getting Started
  1. If you're just getting started with Calabash, first read the Official Calabash Documentation.

    We currently support calabash version 0.9.0. Be sure to have this installed when you test locally. Later versions of Calabash might cause unexpected results when running Calabash tests on AWS Device Farm.

  2. Run the command to install the proper version of the calabash-android gem:

    install calabash-android ?v 0.9.0
    
  3. Verify that you have calabash-android installed with this command:

    bash-android version
    

    You should get “0.9.0” as the result

Running Your Tests Locally

Follow the official Calabash guide to run your tests locally

Running Your Tests on AWS Device Farm

Read the Device Farm documentation to run your tests in the AWS Cloud

Examples For Android
Examples for Testing Specific Scenarios

|Component |Android Implementation| Tests | |———-|———————-|——-| |Alerts: Toasts and Dialogs | source code |source code |Fixtures|source code|source code |Static Page: TextView|source code|source code |Login Page|source code|source code |Nested Views: Back and Up Navigation|source code|source code |Web Views|

| |An Expected Crash|source code|Not implemented|

Examples for Native Features

|Feature|Android Implementation|Tests| |——–|———————-|——-| |Camera |source code |source code |Image Collection Grid|source code|source code |Scroll View|source code|source code |Out of View Content|source code|source code |Video|source code|source code

Examples for Inputs

|Component|Android Implementation|Tests| |————–|———|———-| |Checkbox|source code|source code| |DatePicker|source code|source code| |EditText|source code|source code| |Gestures Input|source code|source code| |Pull to Refresh|source code|source code| |Radio Buttons|source code|source code| |TimePicker|source code|source code| |Toggle Button|source code|source code| |Spinner Input|source code|source code| |Buttons|source code|source code|

Examples for Navigation

|Component|Android Implementation|Tests| |————–|———|———-| |Navigation Drawer|source code|source code| |ViewPager|source code|source code|


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.