q231950 / the-stubborn-network

A Swifty and clean stubbing machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add .recordNew Record Mode

q231950 opened this issue · comments

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.