Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mpociot/laravel-testtools
- Owner: mpociot
- Created: 2016-03-21T14:19:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T00:06:28.000Z (over 6 years ago)
- Last Synced: 2025-02-12T23:13:23.080Z (8 days ago)
- Language: JavaScript
- Size: 455 KB
- Stars: 478
- Watchers: 33
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.