awslabs / aws-device-farm-gradle-plugin

Gradle plugin for AWS Device Farm.
Apache License 2.0
61 stars 32 forks source link

Added support for appium ruby and appium node.js #30

Closed anurag1408 closed 5 years ago

anurag1408 commented 5 years ago

Tested with the android sample app

appium { tests file("/Users/anuragg/Desktop/Kanapka/RawMode/Testpackages/android/node/appium-node.zip") // Required useNode() // or useJUnit() or usePython() testSpecName "android.yml" // if you want to use Custom Mode // Optional } appium { tests file("/Users/anuragg/Desktop/Kanapka/RawMode/Testpackages/android/ruby/appium-ruby.zip") // Required useRuby() // or useJUnit() or usePython() te