An open API service indexing awesome lists of open source software.

https://github.com/vortexsolution/codeceptjs-testtools

Chrome extension to generate CodeceptJS acceptance tests while using your app.
https://github.com/vortexsolution/codeceptjs-testtools

codeceptjs testing

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Codeception TestTools

This is a CodeceptJS modification based on the original Laravel TestTools Chrome extension by Marcel Pociot

Check out the [introduction post](http://marcelpociot.com/blog/2016-03-21-laravel-testtools) about the original Chrome extension.

## Installation

```
git clone git@github.com:synaq/codeceptjs-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

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

## Acknowledgments

This extension was forked from Marcel Pociot's extension for classic Codeception.