How To Get Mink V3?

image

To get Mink v3, open a terminal and run the following command:

composer require behat/mink:~3.0

This will install the latest 3.x version of Mink through Composer. Composer is a dependency manager for PHP that allows you to declare the dependent libraries your project needs and it will install them.

Once installed, you can then set up your Behat tests to utilize the Mink browser driver of your choice like Selenium, PhantomJS, or Chrome. Refer to the Mink documentation for more details on browser driver configuration.


Related tutorial videos:

How To Get Mink V3 (BLOXFRUIT2022)