Uh oh!
There was an error while loading. Please reload this page.
feat: mock route for ppt - #4262
Conversation
DavertMik
commented
Mar 18, 2024
@kobenguyent Nice! We can finally drop all mentions of mock-helper and PollyJS |
JargeZ
commented
Oct 28, 2024
Hello! @kobenguyent@DavertMik I'm just implementing testing and found that the desired helper function Trying to verify whether this is true and that at the moment there is no way to use recording requests to files completely? And that the documentation specified here was only relevant at the time of working I found the |
Motivation/Description of the PR
Network requests & responses can be mocked and modified. Use mockRoute which strictly follows Puppeteer's setRequestInterception API.
To master request intercepting use HTTPRequest object object passed into mock request handler.
Applicable helpers:
Type of change
Checklist:
npm run docs)npm run lint)npm test)