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

autoRecord API is incompatible with cypress 5.x #34

Closed Visit2Israel closed 4 years ago

Visit2Israel commented 4 years ago

When trying to run the plugin on v5.x, this error is thrown:

The cy.server() whitelist option has been renamed to ignore. Please rename whitelist to ignore.

Because this error occurred during a before each hook we are skipping the remaining tests in the current suite: Registries list page

image