features/ADB.feature in ADB-0.5.5 vs features/ADB.feature in ADB-0.5.6
- old
+ new
@@ -15,11 +15,11 @@
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: Providing command line options for installation
Given the adb server is started
And I am connected to the local device
Then I should be able to install the sample application using the "-r" option
@@ -30,11 +30,11 @@
Scenario: Use shell to update the system date
Given the adb server is started
And I am connected to the local device
When I change the devices date and time to 08/10/2012 11:25
- Then the device time should be Aug 10 11:25:00 EDT 2012
+ Then the device time should be Aug 10 11:25:00
Scenario: Forwarding ports
Given the adb server is started
And I am connected to the local device
Then I should be able to forward "tcp:7777" to "tcp:5555"
@@ -56,6 +56,8 @@
Scenario: Pull a file
Given the adb server is started
Then I should be able to pull a file from the local device
-
+ Scenario: List installed packages
+ Given the adb server is started
+ Then I can list the installed packages