Skip to content

Instantly share code, notes, and snippets.

@anagri
Created October 7, 2016 08:53
Show Gist options
  • Save anagri/69ce23304505fc5f28e93c7a97e4287a to your computer and use it in GitHub Desktop.
Save anagri/69ce23304505fc5f28e93c7a97e4287a to your computer and use it in GitHub Desktop.
Appium Setup for Java Project
testCompile 'io.appium:java-client:4.0.0'
testCompile('org.seleniumhq.selenium:selenium-java:2.53.1')
testCompile 'info.cukes:cucumber-java:1.2.4', 'info.cukes:cucumber-junit:1.2.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment