Nanciee / cypress-autorecord

Simplify API mocking by auto-recording/stubbing HTTP interactions and automating the process of updating/deleting mocks.
223 stars 53 forks source link

Disable mock clock with a setting #44

Closed RobertCorey closed 2 years ago

RobertCorey commented 3 years ago

I'm also having this issue https://github.com/Nanciee/cypress-autorecord/issues/41

ha404 commented 3 years ago

An alternative or maybe we should do this anyways is restore the clock after this plugin's done with using it: https://github.com/Nanciee/cypress-autorecord/pull/46