Hi,
I have configured AWS Device Farm to run automated tests for my app.
I successfully ran tests using the Built-in Explorer
and Built-in Fuzz
test types following this post.
Now I would like to use the Appium Test NG type. I have installed the appium module and got it running: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
But what now ? How can I write and use a test for ionic 2 use ?
It is said here that “Your Android Appium Java TestNG tests must be contained in a .zip file” and they point to Appium’s official website for further explanations on how to use appium with android or ios devices.
The explanations are very unclear to me though and I’m quite stuck right now.
Has anyone ever tryed this out ?
Thanks