In Behat testing you have an context to "show last response" of a step in test scenario. This fires up a browser window with static html of last response. But running this on mac os returns an error:
sh: x-www-browser: command not found
Any idea how to setup this command to a specific browser (e.g. chrome)?