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.
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.