minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

Add support for zombie options #183

Closed berliner closed 7 years ago

berliner commented 7 years ago

This is a follow up of https://github.com/minkphp/MinkZombieDriver/pull/154.

This PR allows to specify zombie options as an array argument to the server constructor. I have applied more or less the same logic as for the threshold argument. Tests have been updated/added too. I didn't update the README, but instead would issue a PR against the docs repo once this PR here has been approved. The associated PR for Behat/MinkExtension is https://github.com/Behat/MinkExtension/pull/284

aik099 commented 7 years ago

Merging, thanks @berliner .