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

feat: playwright support #98

Closed maxigimenez closed 4 years ago

maxigimenez commented 4 years ago

Pull Request Template

Description

Add playwright support 🎉

Kapture 2020-08-05 at 9 54 57

Screenshot 2020-08-05 at 09 55 16

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist:

Closing #82

maxigimenez commented 4 years ago

@tnolet ready for review. I will open a follow-up PR after this, with some small refactor on the code generator, to share code between playwright/puppeteer, avoided here to prevent a massive one.