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.
- Host: GitHub
- URL: https://github.com/vortexsolution/codeceptjs-testtools
- Owner: vortexsolution
- Created: 2019-08-13T13:41:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T07:57:05.000Z (over 2 years ago)
- Last Synced: 2025-04-12T06:36:48.275Z (12 months ago)
- Topics: codeceptjs, testing
- Language: JavaScript
- Homepage:
- Size: 694 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.