I'm trying to get a Behat environment setup within Laravel which is able to test a Laravel application with javascript.
I've landed on zombie.js as a virtual browser which seems fast.
It works perfectly for all simple browser tests (including javascript) but fails as soon as I test anything which requires authentication. Any pages behind authentication return as though the user is a guest (usually a 403 error).
Is anyone else using this setup? Has anybody else had this problem? Can anyone help?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community