You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
Can you check if it applies only to contexts used as hooks or also to regular contexts (one context class with a step defined that's printing an injected string)?
I'm not sure if I understand the question? It applies to any context service that is tagged with fob.context_service and then used within the contexts_services option
(As @pamil requested, posting it here):
I noticed that when you have two (or more) services of the same class, only the last one seems to take effect.
Config in
behat.yml.dist
:Steps to reproduce:
1.) Create a class
2.) In my Resources/contexts/hook.yml:
3.) Now hook them up within the
contexts_services
:4.) Now when I run my tests I can only see output for the something_second service ("Does things for: second")
The text was updated successfully, but these errors were encountered: