blumilksoftware / blt

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

#4 - Add console testing tools #31

Closed JakubKermes closed 3 days ago

JakubKermes commented 4 weeks ago

Added basic tools for testing artisan and shell commands to be extended in the future. It would be nice to support prompts for more information in conversation like style:

@console
    Feature: Console conversation test
        Scenario: Test Artisan command
            Given I run artisan command "make:model" with argument "TestModel"
            Then I am asked "Would you like any of the following?"
            And I select "Factory"
krzysztofrewak commented 2 weeks ago

@JakubKermes, could you merge current main into the branch before my second review? It looks like some files are outdated.