[JIRA] (JENKINS-13142) launch the app after installing

2012-03-19 Thread jus...@saturnboy.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160451#comment-160451
 ] 

Justin Shacklette commented on JENKINS-13142:
-

Basically if you're not using InstrumentationTestRunner, then you need the app 
running. I guess I was envisioning lots of cases, but maybe not...

I'm the lead developer of MonkeyTalk (http://www.gorillalogic.com/monkeytalk) 
which is a new cross-platform functional testing tool and UI command language, 
and we definitely need the app to be running, and we don't launch it ourselves.

> launch the app after installing
> ---
>
> Key: JENKINS-13142
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13142
> Project: Jenkins
>  Issue Type: New Feature
>  Components: android-emulator
>Reporter: Justin Shacklette
>Assignee: Christopher Orr
>Priority: Minor
>
> The Android Emulator plugin lets you install the APK, but not launch it.
> It'd be awesome if you could also launch the installed APK. Maybe another 
> checkbox alongside the existing "Uninstall existing APK first" checkbox that 
> says "Launch after installing APK"
> It's easy to launch an app with adb:
> adb shell am start -n com.package.name/com.package.name.ActivityName
> This feature would be great because some automated testing usecases require 
> the app to be running.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13142) launch the app after installing

2012-03-19 Thread ch...@orr.me.uk (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160437#comment-160437
 ] 

Christopher Orr commented on JENKINS-13142:
---

Yup, could do.  In most cases there will be only one launcher activity, though 
in the case of multiple, I'd just use the first launchable-activity listed by 
`aapt dump badging`.  Otherwise, we could add an "advanced" field where the 
component name can be specified.

Which test tools are you using which require the app to be running, and don't 
launch it themselves?

> launch the app after installing
> ---
>
> Key: JENKINS-13142
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13142
> Project: Jenkins
>  Issue Type: New Feature
>  Components: android-emulator
>Reporter: Justin Shacklette
>Assignee: Christopher Orr
>Priority: Minor
>
> The Android Emulator plugin lets you install the APK, but not launch it.
> It'd be awesome if you could also launch the installed APK. Maybe another 
> checkbox alongside the existing "Uninstall existing APK first" checkbox that 
> says "Launch after installing APK"
> It's easy to launch an app with adb:
> adb shell am start -n com.package.name/com.package.name.ActivityName
> This feature would be great because some automated testing usecases require 
> the app to be running.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13142) launch the app after installing

2012-03-19 Thread jus...@saturnboy.com (JIRA)
Justin Shacklette created JENKINS-13142:
---

 Summary: launch the app after installing
 Key: JENKINS-13142
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13142
 Project: Jenkins
  Issue Type: New Feature
  Components: android-emulator
Reporter: Justin Shacklette
Assignee: Christopher Orr
Priority: Minor


The Android Emulator plugin lets you install the APK, but not launch it.

It'd be awesome if you could also launch the installed APK. Maybe another 
checkbox alongside the existing "Uninstall existing APK first" checkbox that 
says "Launch after installing APK"

It's easy to launch an app with adb:
adb shell am start -n com.package.name/com.package.name.ActivityName

This feature would be great because some automated testing usecases require the 
app to be running.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira