Installing Behat 3 / Mink / Selenium for Browser Testing – Windows – Part 2

Did you miss Part 1? Behat is a tool you can use to automate testing of your website with behaviour driven tests. Sample FeatureContext.php The FeatureContext.php is the file holding your custom test commands. In your file structure, it is at D:\Behat\features\bootstrap\FeatureContext.php. This is what mine looks like. Including in full because this was one [...]