This is a CodeceptJS modification based on the original Laravel TestTools Chrome extension by Marcel Pociot
Check out the introduction post about the original Chrome extension.
git clone git@github.com:synaq/codeceptjs-testtools.git
# in case you don't have Grunt yet:
sudo npm install -g grunt-cli
cd codeception-testtools
npm install
grunt
When the grunt command is finished, you can use the build/unpacked-dev/
folder to use as the developer version of the extension.
CodeceptJS TestTools is free software distributed under the terms of the MIT license.
This extension was forked from Marcel Pociot's extension for classic Codeception.