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

use md5 hash as alias #47

Open ha404 opened 3 years ago

ha404 commented 3 years ago

I had cases where I needed to cy.wait on certain responses.

This will create a md5 hash out of the url so we could cy.wait(HASH_GOES_HERE).

Screen Shot 2021-04-05 at 4 12 33 PM

Nanciee commented 3 years ago

@ha404 Sorry, it took me a bit to get to this. Could you provide a bit of documentation in the ReadMe on how someone could leverage this?