Skip to content

Instantly share code, notes, and snippets.

@smiklosovic
Created April 1, 2014 15:08
Show Gist options
  • Save smiklosovic/9916094 to your computer and use it in GitHub Desktop.
Save smiklosovic/9916094 to your computer and use it in GitHub Desktop.
@Deployment
@Instrumentable
public statit Archive<?> mobilePhoneDeployment()
{
return some apk you want to test
}
@Deployment
@Targets("jboss")
// @Instrumentable does not make sense here
public static Archive<?> jbossASDeployment()
{
return some war but you want to test it on mobile
// it will install android-driver.apk automatically under it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment