Behat

Auth with Behat token workaround

Behat is a very nice behaviour-driven framework well suited for Symfony. A workaround is always some hack you need to solve a problem not in an optimal way, but in my case I found it good enough to solve my problem in a timely fashion. This is about user authentication for Behat and how you could do …