Chrome extension that generates a WTest script
Node.js
- Fork or clone the repo.
- Run
npm installto install all the modules (please keep module folder ignored in.gitignore) - Run
npm run build(this generatescontent.jsand runs tests). - Open Chrome, go to
chrome://extensions/ - Click load unpacked and choose the
srcfolder of this repository (make suremanifest.jsonis in it!) - The extension should appear in your extension list. Make sure it's enabled!