-
Notifications
You must be signed in to change notification settings - Fork 613
Closed
Description
- I start calabash-android console
- Enter:
ENV["ADB_DEVICE_ARG"] = "4df1b1021e2b6f4f"
path1 = File.expand_path("rotate.apk")
@@App1 = Calabash::Android::Operations::Device.new(
self, ENV["ADB_DEVICE_ARG"], "45678", path1, test_server_path(path1), 7102) - @@App1.start_test_server_in_background
Actual result:
nil But the app does not start
Expected result:
I did the same with other applications and it works
You can find application and server here:
https://www.dropbox.com/sh/fngqd4itf18fa38/P-3dCc5sYM
Metadata
Metadata
Assignees
Labels
No labels