-
This issue is related to #51. Over there, @sckott patched issues with vcr and dependent packages relating to large response bodies. After those fixes, I noticed that my fixtures appear to take 3-5 sec…
-
テストが無いコードはレガシーコードと呼ばれる。テストがないコードはどんなにきれいでもだめなコード!!
-
I was thinking having `startRecording`/`stopRecording` in a test is weird since you only record once. Those methods are used for batch requests in one cassette. It would probably be best if these were…
-
Hi,
I would like to load tap preserved files from cassettes with Turbo Load. In a .tap preserved file (from a cassette), you have all the programs saved one per one (all of them are recorded after …
-
Paper link https://www.frontiersin.org/articles/10.3389/fcomp.2021.780026/full
Output: Conclude as to whether this is viable part of the pipeline
[fcomp-03-780026.pdf](https://github.com/mleiwe/Path…
-
I'm working on a test for an API that is stateful and does not always return the same response for the same request. The code I am testing makes the same request multiple times expecting different re…
-
Même si toutes les données demandées ne sont pas forcément privées, le TLS assure leur intégrité et évite d'éventuelles injections.
HTTPS n'est pas encore disponible côté Elasticsearch mais lorsque…
-
I'm trying to record requests for my Rails 5.1 system tests, the request are sent to another Rails app residing on localhost under a different port.
No matter what I do, I can't seem to get VCR to …
-
I use both Webmock and VCR. In some cases, I don't use VCR and I just use Webmock.
When I do something like this:
```ruby
stub_request(:post, 'https://api.github.com')
```
but my request does
…
-
When using capybara's `accept_confirm` block to click ok on system dialogs, the `:vcr` flag on the feature or scenario does not apply to the actions that occur within that block. Neither does using `V…