replay
replay copied to clipboard
Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder
Who are you im a kelly-ann phylis cassidy from albion, site builder domains v r™®© located on Drummartin and Ive been dealing with depression loss of family loss of children...
Hi there! Attempting to install puppeteer v16 together with this package results in a conflict, see the reproducer below. Looking at recent PRs (https://github.com/puppeteer/replay/pull/239 / https://github.com/puppeteer/replay/pull/248), this package seems to...
Recorder panel and `@puppeteer/replay` library makes it a lot easier to start writing E2E tests. For a small project of mine, I was able to have a basic E2E setup...
The idea behind this PR is to make the code we generate more composable: instead of providing the entire recording one can run individual steps either using `.runStep` method or...
This module can simply be used by calling one method (`createRunner`), however, to customize the behavior, one needs to create an `PuppeteerRunnerExtension`, and this one requires passing `browser` and `page`....
This PR consists of several changes including: - renaming `main.js` to `index.js`, - allowing custom `LineWriter`s during stringifying, - renaming `LineWriterImpl` to `InMemoryLineWriter`, - stricter type settings, - adding two...
For example, should the hooks like afterEach/afterAll be invoked when an error happens? I think it'd be expected if they are still invoked on errors.
## Expected Behavior CLI should report the error and complete the execution ## Actual Behavior Execution hangs and you need to press Ctrl + C to cancel execution ## Steps...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 18.1.0 to 18.2.1. Release notes Sourced from puppeteer's releases. puppeteer-core: v18.2.1 18.2.1 (2022-10-06) Bug Fixes add README to package during prepack (#9057) (9374e23) waitForRequest works with async...