Sha256: d1027216f6e7a1bd7ee062db19df7d2a4b5d0abf1f818f260a45e4131847f28c
Contents?: true
Size: 810 Bytes
Versions: 1
Compression:
Stored size: 810 Bytes
Contents
Feature: Using the ADB module Scenario: Starting the adb server When the adb server is started Then the adb server should be running Scenario: Connecting to a device Given the adb server is started Then I should be able to connect to a local device Scenario: Getting list of devices Given the adb server is started And I am connected to the local device Then I should see the device "localhost:5555" Scenario: Installing applications on the device Given the adb server is started And I am connected to the local device Then I should be able to install the sample application Scenario: Uninstalling the application Given the adb server is started And I am connected to the local device Then I should be able to uninstall the sample application
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ADB-0.1 | features/ADB.feature |