-
The Ruby client uses VCR to create cassettes, but getting everything running in order to make a new cassette is non-trivial. (See example here: https://github.com/octokit/octokit.rb/pull/895)
This …
-
based on discuss https://github.com/NSLS-II/pyolog2/issues/11#issuecomment-635513065
-
And if so how could the setup work? Could there be a vcr knitr engine, so one would write
````
```vcr
my code with http requests
```
````
and fixtures would be saved somewhere?
-
Hi Everyone,
The zammad_py package uses the vcr test suite to record and play back HTTP interactions with an instance of Zammad. While this approach has worked well for testing existing functionali…
-
Currently the test window (result window) is cropped by specifying a smaller window that actual in the config file.
This places the result window in the reference image based upon pixel count. The a…
-
While tests were added for requests and models, the core business logic of the domains in services are not properly tested. At the moment, there is only one example for `SearchResult::Create` which is…
-
Hi there, i'm trying to do some integration testing hitting a real 3rd party service (Stripe) and not a cassette, so i'm not using `use_cassette` or anything like that but still getting a `RequestNot…
-
It's
-
Ruby vcr https://relishapp.com/vcr/vcr/v/5-1-0/docs/hooks
- Before_record hook
- Before_playback hook
- Before_http_request hook
- After_http_request hook
- Around_http_request hook
-
## Description
Once we have external server testing in CI, we should add some integration testing of the API endpoints. This would have enabled CI to catch bugs #3977, #3877, and #3772.
One ide…