Asim-Tahir / playwright-recorder-extension

Chrome DevTools Recorder Extension - Export Playwright

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome DevTools Playwright Exporter Extension

WIP Currently trying to find a way to run codemods in a browser context

export-as-cypress


πŸ‘· Usage

  1. Create a new recording via the Recorder panel
  2. Click the export icon
  3. Choose "Export as a Playwright"
  4. Save file as {testName}.{ts.js}

πŸ— Development

  1. Clone the repo
  2. Bundle the Javascript pnpm build
  3. Visit chrome://extensions
  4. Enable "Developer mode" via toggle switch in upper right corner
  5. Click "Load unpacked" button in upper left corner
  6. Select the build output directory from where you've cloned this repository

πŸ™Œ Thanks

Extension based upon the Cypress DevTools Recorder and the Codemod (jscodeshift) from Checkly's puppeteer-to-playwright script.

πŸ“ License

MIT

About

Chrome DevTools Recorder Extension - Export Playwright

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.6%