codeception-testtools

Chrome extension to generate Codeception acceptance tests while using your app.

Stars
34

Codeception TestTools

This is a Codeception modification based on the original Laravel TestTools Chrome extension.

Check out the introduction post about the original Chrome extension.

Installation

git clone [email protected]:mpociot/codeception-testtools.git

# in case you don't have Grunt yet:
sudo npm install -g grunt-cli

Build instructions

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.

License

Codeception TestTools is free software distributed under the terms of the MIT license.