checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

fix(code-generator): fix input escaping #119

Closed viditochani closed 3 years ago

viditochani commented 3 years ago

Pull Request Template

Description

If a user types in a string with single quote(s) or backward slash(es) while recording, it is not escaped correctly and leaks into the generated code.

Type of change

How Has This Been Tested?

All existing tests passed. Manually tested with the following strings:

And added new unit test for it.

Checklist:

tnolet commented 3 years ago

@viditochani thanks so much and 🙌 on this first PR! Let me have a closer look ASAP this week