You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since cassettes tend to get checked in to VC, it would make sense to have an option to remove the recorded_at key from each interaction. This would make the diffs smaller when tests are re-recorded.
Looking at the code, the only reference I can see for this property is in Cassette.earliest_recorded_date, which seems to be used to determine whether a cassette needs to be re-recorded. Would it make sense to just add a timestamp indicating the beginning of the recording to the cassette itself?
The text was updated successfully, but these errors were encountered:
Since cassettes tend to get checked in to VC, it would make sense to have an option to remove the
recorded_at
key from each interaction. This would make the diffs smaller when tests are re-recorded.Looking at the code, the only reference I can see for this property is in
Cassette.earliest_recorded_date
, which seems to be used to determine whether a cassette needs to be re-recorded. Would it make sense to just add a timestamp indicating the beginning of the recording to the cassette itself?The text was updated successfully, but these errors were encountered: