Hi.
I'm very new in Behat, and I have one probably simple problem which I cannot solve on my own, I searched the doc, googled, but I just can't find the answer.
Here is my setup
https://gist.github.com/38c170ea30adca747581
But the error I get is: " Form field with id|name|label|value "search" not found."
This happens because session created in login.feature is not active in search.feature and I get redirected back to login, instead to be able to use features as authenticated user.
How can I fix this? How can I persist session accross features?
Regards,