Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpociot/laravel-testtools

Chrome extension to generate Laravel integration tests while using your app.
https://github.com/mpociot/laravel-testtools

Last synced: about 19 hours ago
JSON representation

Chrome extension to generate Laravel integration tests while using your app.

Awesome Lists containing this project

README

        

# Laravel TestTools

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

## Installation

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

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

## Build instructions

```
cd laravel-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

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