Intro We’ve been building mobile web apps using JQuery Mobile with the main target being webkit-based mobile browsers - Android and iPhone, basically. We’re big fans of functional testing, so we spent some time figuring out how to get a good testing infrastructure set up for mobile app development. That’s what I’ll be sharing here. The approach Our team members have a lot of experience using Cucumber to write automated acceptance tests, and we’re big fans. In previous projects we we...