Appium is an open source test automation framework for testing native, hybrid, and mobile web apps on iOS, Android, and Windows platforms. It uses the WebDriver protocol to drive apps similarly to how Selenium is used to test web apps. Docker can be used to run Appium and emulate devices for continuous integration of mobile tests without relying on physical devices or cloud services. Raspberry Pis with ZRAM modules allow running the Dockerized tests in parallel by emulating on the ARM-based Pis as Jenkins slaves.