mneuhaus / codeception-testtools

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About

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


Languages

Language:JavaScript 90.1%Language:CSS 5.8%Language:HTML 4.1%