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

blacklistRoutes doesn't appear to work #73

Open kris-luminar opened 2 years ago

kris-luminar commented 2 years ago

https://github.com/Nanciee/cypress-autorecord/blob/88d9aae2e163c0e7b70cee8fe2046e5e28ec1829/index.js#L13

The above line is the only reference to blacklistRoutes in the codebase, which I believe means it doesn't do anything. Are there plans to implement this feature or should it be yanked out of the code and added as a desired feature in some list?

kris-luminar commented 2 years ago

This is enough of a blocker for me that I'm no longer using this cypress-autorecord in my project.