TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Zucchini iOS testing framework

48 点作者 rodh257超过 13 年前

4 条评论

kainosnoema超过 13 年前
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>
latortuga超过 13 年前
If you're going to require Ruby, why not just write the steps and features in Ruby too? Seems like overkill to require both. I do like the idea of using a screenshot as an assertion though.
frankPants超过 13 年前
Ohh using a screenshot as a reference point. Nice. I like the idea of using screenshots as a test assertion.
catch23超过 13 年前
looks like a cucumber-like testing framework for iOS
评论 #3381170 未加载
评论 #3380975 未加载