blumilksoftware / blt

Behat+Laravel toolbox. Still in progress.
https://packagist.org/packages/blumilksoftware/blt
3 stars 0 forks source link

Add console testing tools #4

Closed krzysztofrewak closed 6 days ago

krzysztofrewak commented 3 years ago

I would love to have tool to testing Artisan console commands. Something like:

Given (...)
When a command "whatever:something" is called
Then (...)

It probably should work similar to Http feature methods or refreshDatabase method from Database. I wonder if we can get into output options to see if we can intercept Artisan responses.