/appiumconf2019

Code for my AppiumConf 2019 Appium + Circuit Playground Express + RaspberryPi Demo

Primary LanguageJavaScript

AppiumConf 2019 Demo Code

This is the code for my AppiumConf 2019 Keynote demo (link to talk video TBD), involving electronic automation of a drum machine built with an Adafruit Circuit Playground Express (CPX), using an experimental Appium Raspberry Pi Driver driving a Raspberry Pi.

Here's what the drum machine looks like!

Drum machine "app"

This repo consists of two components:

  1. Code for the CPX to support the drum machine app. Check it out here. This is essentially the "app code".
  2. Appium code used in conjunction with the Appium Raspberry Pi Driver. Check it out here. This is essentially the "test code".