Node.js:使用 VCR 进行测试
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
使用 VCR / WebMock 时如何允许 Web 请求?
我目前正在使用 RSpec2、Cucumber 和 VCR(通过 WebMock),一切都运行良好。 对于 VCR,通常所有请求都会被记录下来,然后根据记录的磁带重放。 现在…
如何阻止 VCR 覆盖盒式磁带中的 erb
我们最近开始使用 VCR 在我们的 Cucumber 测试中存根请求。我们使用 cucumber 表来描述不同类型的请求,并使用 gherkin 将它们存储为变量。我们的盒式…
同时使用 rspec 和 cucumber 时将 VCR 配置放在哪里
我同时使用 rspec 和黄瓜。 Cucumber 集成级别测试,但 rspec 用于单元测试。 我已经将 vcr 用于 cucumber,但也想将其用于 rspec。放置录像机配置的…
rspec 挂钩中当前示例/组的名称
我添加了一个 rspec 挂钩,它允许我打开录像机并使用当前示例的名称作为磁带名称。 it "should have collaborators", :vcr => :once do # web interac…
- 共 1 页
- 1