liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
473 stars 65 forks source link

Behat broken after installing extension #86

Closed danydev closed 7 years ago

danydev commented 7 years ago

I'm using behat 3.2.1, as soon as I install the extension as the README says, behat does not work anymore. It doesn't give output regardless of the command run

    $ vendor/bin/behat -V
    behat version 3.2.1

After putting the extension on behat.yml Liuggio\Fastest\Behat2\ListFeaturesExtension\Extension: ~, any behat command terminate immediately with exit code 255 (and not output)

    $ #vendor/bin/behat -V
    #

The same for any other behat command (run tests, see scenarios, etc...)

cbergau commented 7 years ago

I think this is because of Behat Version 3. In Behat2\ListFeaturesExtension\Extension.php the class implements an ExtensionInterface which does not exist anymore.

aitboudad commented 7 years ago

you should put Liuggio\Fastest\Behat\ListFeaturesExtension\Extension: ~ in behat.yml instead