This document summarizes a presentation on using Behat and Mink for automated acceptance testing. It discusses how Behat and Mink allow developing automated tests from user stories and acceptance criteria. This ensures developers and clients have a shared understanding of requirements and that new features do not break existing functionality. Tests can be run quickly against different environments and browsers. The presentation provides an overview of Behat and Mink components and how to set up a test suite with Composer. It also covers best practices like writing examples and using tags, profiles and hooks.