ttree / flow-kahlan
Flow specs suite for testing Flow Framework applications
0.1.0
2017-02-04 10:18 UTC
Requires
- josegonzalez/dotenv: ^2.0
- kahlan/kahlan: ^3.0
- typo3/flow: ^3.3
This package is auto-updated.
Last update: 2024-10-26 05:16:22 UTC
README
this package is under heavy developement and not stable currently
Install
composer require --dev ttree/flow-kahlan dev-master
Usage
You need to create a configuration for Kahlan kahlan-config.php
::
use Ttree\FlowKahlan\Env; Env::bootstrap($this);
You can get sample spec form this gist.
Run
kahlan --reporter=verbose --config=kahlan-config.php -d Packages/Framework/TYPO3.Eel --spec=Packages/Framework/TYPO3.Eel/Tests/Spec
Acknowledgments
Development sponsored by ttree ltd - neos solution provider.
License
Licensed under MIT, see LICENSE