FriendsOfBehat / SymfonyExtension

:musical_score: Extension integrating Behat with Symfony.
MIT License
472 stars 62 forks source link

Better compatibility with Behat itself #68

Closed pamil closed 5 years ago

pamil commented 5 years ago

Fixes #56.

If passed context identifier is a Symfony service, it's handled by our custom logic. If it's not, it's handled by default Behat logic.

pamil commented 5 years ago

It'd need some refactoring after merging, but it's good for now to get Behatch working with this extension.

alanpoulain commented 5 years ago

Thanks! I will try to use it.

alanpoulain commented 5 years ago

Seems to work fine :slightly_smiling_face: