Skip to content

kobenguyent/codeceptjs-recorder-extension

Repository files navigation

CodeceptJS Recorder Extension

CodeceptJS Recorder extension allows you to export tests directly from the Chrome DevTools Recorder panel.

export-as-codeceptjs

## Installalation Via the Chrome webstore: https://chrome.google.com/webstore/detail/codeceptjs-chrome-recorde/jgdcobhagdbipacidhfnoaccgjooebam

Usage

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

Testing

  1. Clone the repo
  2. Run npm i to install the dependencies
  3. Build the extension npm run build
  4. Visit chrome://extensions
  5. Enable "Developer mode" via toggle switch in upper right corner
  6. Click "Load unpacked" button in upper left corner
  7. Select the dist folder that you built at step 3