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

need a way to record custom Http verbs #32

Closed muratkeremozcan closed 3 years ago

muratkeremozcan commented 4 years ago

i.e. only record GET requests.

How can this be an issue? Suppose you use percy.io for visual testing, and percy sends a POST to the cloud when taking screenshots. You do not want to stub these post requests.