Setting up Appium for Android testing with JS

I have been looking far a bit for a tutorial to setup Appium to automate tests using JavaScript(There’s a lot of tutorials about Ruby or Java). Github and official website weren’t very helpful so far.

Does anyone know a good one?

Thanks!

Take a look at Appium’s tests.

Hello! Thank you for answering.

You mean https://github.com/appium/sample-code/tree/master/sample-code/examples?

Those are good. Also here: https://github.com/appium/appium/tree/master/test

Thanks.

But since i am a newbie with all this stuff, i am little confused. Every documentation that i found, works with libraries and tools that i ever heard about, like wd.js, yiewd.js,

In comparison with protractor, i have a feeling that appium documentation is poor for newbies , and i know that is not just me. :pensive: