replay icon indicating copy to clipboard operation
replay copied to clipboard

Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder

Results 37 replay issues
Sort by recently updated
recently updated
newest added

Combined with https://github.com/puppeteer/replay/issues/268 and https://github.com/puppeteer/replay/blob/main/test/lighthouse/lighthouse-e2e.test.ts#L131 we should create e2e tests that test the stringified output to make sure the scripts are actually executable. cc @jecfish @jrandolf

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.23 to 2.1.27. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog [UNRELEASED] No user facing changes. 2.1.27 - 06 Oct 2022 We are rolling out a feature...

dependencies
github_actions

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.3 to 2.0.4. Commits e363bfc Bump docker to next release. (#952) 65d491b :seedling: Bump codecov/codecov-action from 3.1.0 to 3.1.1 f60b7d6 :seedling: Bump github/codeql-action from 2.1.24 to 2.1.25...

dependencies
github_actions

any plan about supporting the step "drag and drop"?

enhancement

## Actual Behavior I'm making a Chrome recorder extension, and I've noticed the production library bundle was 437KB in my project, which I would consider to be relatively large for...

Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.1.1 to 4.1.2 Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with...

dependencies
github_actions

Bumps the dev-dependencies group with 2 updates: [puppeteer](https://github.com/puppeteer/puppeteer) and [puppeteer-core](https://github.com/puppeteer/puppeteer). Updates `puppeteer` from 22.3.0 to 22.5.0 Release notes Sourced from puppeteer's releases. puppeteer-core: v22.5.0 22.5.0 (2024-03-15) Features deprecate Frame.prototype.name (#12084)...

dependencies
javascript

## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem 1. 1. 1. ## Specifications - Version: - Platform:

## Expected Behavior Puppeteer library allows adding a slowMo option to slow down the puppeteer script execution process. But, when we try to execute `npx @puppeteer/replay recording.json` there is no...