q231950 / the-stubborn-network

A Swifty and clean stubbing machine.
MIT License
7 stars 3 forks source link

Add .recordNew Record Mode #34

Closed q231950 closed 4 years ago

q231950 commented 4 years ago

It is cumbersome to switch the record mode to .recording and choose only freshly added tests to avoid all tests from recording new stubs.

A new record mode that records only new and plays back the existing stubs for old tests would be very helpful for adding new tests. This record mode could be called .recordNew. The record modes are defined in RecordMode.swift.