shlogg · Early preview
Bertha White @berthaw82414312

Testing Roku TV Apps With Appium

appium driver install --source=npm @headspinio/appium-roku-driver

One of the great things about Appium 2.0 is that you can find drivers to enable your automation testing across a wider variety of platforms than ever before; now including even media streaming platforms! In this article, we'll learn how to test Roku TV applications using a relatively new Appium driver for Roku TV. I implemented this driver on behalf of HeadSpin, and it's fully open source, available on GitHub: Appium for Roku TV. The full documentation for the driver is available there at the README, but we'll be covering all the highlights in this article.

  
  
  How the Appium Roku driver...