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
1 |
$ brew upgrade node |
Upgrade npm
1 |
$ 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