Behat „Nierozpoznane opcje”

Próbuję uruchomić Behat (pierwszy raz dla mnie) i zadziałało.

Ale mam problem z konfiguracją. Próbowałem zmienić ścieżki funkcji i bootstrap w taki sposób:

#behat.yml
default:
    paths:
        features: app/tests/features
        bootstrap: %behat.paths.features%/bootstrap

Teraz otrzymuję wyjątek:

[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] Unrecognized options "paths" under "testwork"

Co zrobiłem źle?

questionAnswers(2)

yourAnswerToTheQuestion