This is interesting, but it looks like I have to learn another DSL, as well as figuring out how to describe my screens in CoffeeScript so the DSL can interact with them. I'm not even sure what the point of the intermediate layer is. Why not write the tests directly in CoffeeScript? Or even better (for those of us not infatuated by CS), why not just build a DSL expressive enough to interact with the screen directly?<p>For those not wanting to deal with yet another language/server, Square's KIF testing framework is really well done, integrates right with your project in Xcode 4, you can write your tests in the same language you write your code in, and you also get screenshots when tests fail: <a href="https://github.com/square/KIF" rel="nofollow">https://github.com/square/KIF</a>