Vinyl icon indicating copy to clipboard operation
Vinyl copied to clipboard

Network testing à la VCR in Swift

Results 10 Vinyl issues
Sort by recently updated
recently updated
newest added

How to integrate `Vinyl` with Combine? Don't know how to chain the `resume` method

Amazing library, Making framework uses only app extension api only removes a warning generated by Xcode when integrating the library using carthage to a framework. Also added support to apple...

I'm currently testing purposely a failure on a request and when accessing the request on the URLSessionDataTask, it results in a unrecognized selector sent. Step to reproduce: - Do a...

Replay configuration can allow to record requests when recordings are missing instead of raising exception. This will simplify the workflow as will require only to remove outdated recordings from the...

Hi, Thanks for your effort, the library is really easy to use and is a great help! Currently, ``` let recordingPath = "\(nonexistentParentDirectory)/\(testName).json" let recordingMode = RecordingMode.missingVinyl(recordingPath: recordingPath) ``` will...

The podspec is already available in the repository and it can be used like this: ``` ruby pod 'Vinyl', :git => '[email protected]:Velhotes/Vinyl.git', :branch => 'master' ``` We're planning to publish...

Infrastructure

This provides an extra guarantee in conjunction with #22.

Feature

To help troubleshooting and understanding what is going on we should have a debug mode that logs and describes every operation and validation performed by Vinyl.

Feature