使用夹具加载数据进行手动测试

发布于 2024-12-11 08:00:41 字数 104 浏览 2 评论 0原文

我正在使用 RSpec + FactoryGirl 进行自动化测试。

对于前端开发,我需要一些“真实”数据来使用。

我如何使用标准导轨夹具来加载我需要的此类数据。

I'm using RSpec + FactoryGirl for automated testing.

For front-end development, i need some "real" data, to work with.

How can i use standard rails fixtures, to load such data, as i need it.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野侃 2024-12-18 08:00:41

您只需在 test/fixtures 目录下创建固定装置,就像使用 Rails 的内置测试一样。然后您可以将它们加载到您的开发数据库中

rake db:fixtures:load

You can just create fixtures under your test/fixtures directory as you would when using Rails' built-in testing. Then you can load them into your development DB with

rake db:fixtures:load
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文