Rspec 通过 mTurk 测试实时结果

发布于 2024-11-14 08:07:01 字数 111 浏览 3 评论 0原文

我正在通过 Rspec 测试代码在 mTurk 上创建点击,但同时我需要测试必须从 mTurk 发回的结果。为了节省每次测试的复杂性,我使用 VCR 将 HTTP 请求记录在盒式磁带中。我该如何实施这个测试?

I am creating hits at mTurk through Rspec test code but at the same time i need to test the results which must be send back from mTurk. In order to save complexity testing for every test i'm using VCR to record the HTTP Requests in a cassette. How can i implement this test??

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

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

发布评论

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

评论(1

深居我梦 2024-11-21 08:07:01

好吧,我为此做了一些修改,我使用调试器来保存我的 rspec 测试,直到结果从 mTurk 返回,然后将其存储在 VCR 中。所以我必须做一次这样的黑客,然后VCR对我有用

well i did some hack for that, i used debugger to hold my rspec test until results comes back from mTurk and then it get stored in VCR. so i have to do this kinda hack once and then after that VCR works for me

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