Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support code view highlight in Recorder #49

Open
jecfish opened this issue Jan 17, 2023 · 1 comment
Open

Support code view highlight in Recorder #49

jecfish opened this issue Jan 17, 2023 · 1 comment

Comments

@jecfish
Copy link
Contributor

jecfish commented Jan 17, 2023

Chrome 110 launches a new "Show code and highlight" feature.

How to test
You can test this feature with the latest Chrome Canary

  1. Open a recording in the Recorder, click "Show code".
  2. Hover over each step, the code should highlight accordingly.

Action required

  1. Your extension needs to update to the latest Puppeteer Replay.
  2. Rebuild & publish a new version to Web Store
  3. That's all!

If your extension doesn't have Puppeteer Replay as dependency, you can implement the [sourcemaps] (https://github.com/puppeteer/replay/blob/main/src/stringify.ts#L68) yourself to make it work.

my gif has pretty low res.
ezgif-4-33a0309279

@jecfish
Copy link
Contributor Author

jecfish commented Jan 17, 2023

@jordanpowell88 fyi, PR #46 should already enable this feature. Do update it to the latest Puppeteer Replay version (PR cypress-io/cypress-recorder-extension#8, cypress-io/cypress-recorder-extension#7) when you publish a new version again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant