Rails 开箱即用的集成测试
除了 Rails 自己的集成测试平台文档之外,我似乎找不到任何东西。为什么没有人使用它?它是怎么消亡的呢?什么是替代方案?
I can't seem to find anything except Rails' own documentation on its integration testing platform. Why doesn't anyone use it? How did it die out? What are alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Rails 集成测试套件从来都不是很好,像 Cucumber 这样的项目已经接管了。
The Rails integration test suite was never great, and projects like Cucumber have since taken over.