Behat Mink and headless ZombieJS [Updated]

Behat-Zombie

Hope you had enjoyed my previous blog post about setting up Behat-Mink and Zombie driver. It was broken due to latest changes in the driver.

Here are some updates, you need to do in order to get it working

Upgrade Node

$ brew upgrade node

Upgrade npm

$ sudo npm update npm

Once you upgrade node and npm then you need to update behat.yml pointing to node_module as shown in the video below.

Watch Video Demo