checkly / headless-recorder
- воскресенье, 18 октября 2020 г. в 00:23:52
JavaScript
Headless recorder is a Chrome extension that records your browser interactions and generates a Puppeteer or Playwright script.
Headless recorder is a Chrome extension that records your browser interactions and generates a Puppeteer or Playwright script. Install it from the Chrome Webstore. Don't forget to check out our sister project theheadless.dev, the open source knowledge base for Puppeteer and Playwright.
This project does the following already:
Note: we only record certain events. See
dom-events-to-record.js
in the code-generator folder for which events. This collection will be expanded in future releases.
input
element.Writing Puppeteer or Playwright scripts for scraping, testing and monitoring can be tricky. A recorder / code generator can be helpful, even if the code isn't perfect. This project builds on other projects (see disclaimer below) but adds extensibility, configurability and a smoother UI.
git clone https://github.com/checkly/headless-recorder.git
cd headless-recorder && npm i && npm run dev
package.json
and manifest.json
git tag v0.4.0
git push --tags
Now generate a release with gren. Make sure all issues associated with the new version are linked to a milestone with the name of the tag.
gren release --override --data-source=milestones --milestone-match="{{tag_name}}"
Headless recorder is the spiritual successor & love child of segment.io's Daydream and ui recorder. Headless Recorder was previously named "Puppeteer Recorder".
Apache 2