FriendsOfBehat / SymfonyExtension

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

Hook into Symfony Events #204

Open tacman opened 8 months ago

tacman commented 8 months ago

Is there a way to listen for a step / suite event with a Symfony listener/subscriber?

I opened an issue on behat (https://github.com/Behat/Behat/issues/1450) but this functionality seems to have been removed in behat 3, so I thought maybe there's something similar here, since I'll be using Symfony to respond to the event.

Thx.