Rails 3.1 资产管道 +验收测试

发布于 2024-12-04 15:48:45 字数 332 浏览 1 评论 0原文

我们有一个相当广泛的验收测试套件,在我们的 CI 服务器上运行,由 Github 推送挂钩触发。我想添加一个功能或规范来基本上测试 rake asset:precompile 是否顺利运行。我们通常在 capistrano 回调中运行此任务,但它已经发生了,无论出于何种原因,某些资产无法/不会被预编译,并且我错过了那个令人痛苦的混乱的 capistrano 输出中的警告。在我看来,如果这破坏了我们 CI 中的构建,那就有意义了。 现在我的问题是,有人这样做吗?有“标准”或简单的解决方案吗?有没有比仅使用 should_not raise_error ... 调用 rake 任务更全面的方法?

we have a rather extensive acceptance test suite, running on our CI server triggered by a Github push hook. i'd like to add a feature or spec to basically test wether rake assets:precompile runs smoothly. we run this task usually in a capistrano callback, but it has happened, that, for whatever reason, some assets couldn't/wouldn't be precompiled, and i missed the warning in that painfully cluttered capistrano output. in my opinion, it would make sense if this breaks a build in our CI.
now my question is, is anybody doing that? is there a 'standard' or easy solution? is there something more comprehensive than just invoking the rake task with should_not raise_error ...?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文