@oreillymedia/cypress-playback
v3.0.9
Published
> π **_Automatically record and playback HTTP requests made in > Cypress tests._**
Downloads
1,383
Readme
Cypress Playback
π Automatically record and playback HTTP requests made in Cypress tests.
Cypress Playback is a plugin and a set of commands that allows Cypress to automatically record responses to network requests made during a test run. These responses are then saved to disk and made available for playback in later test runs. This allows for applications or components under test to always receive the same response to a request, no matter where or when they run.
For details on how to integrate this plugin into Cypress and how it works, please refer to the README in GitHub.