This document provides an overview of front-end automated testing. It discusses using modules like FAT and TestSwarm to run unit tests on Drupal modules and components. It covers writing tests using frameworks like QUnit and CasperJS, and techniques like setting up test environments, making assertions, handling asynchronous code, and simulating user actions. The goal is to enable continuous integration testing through an automated, repeatable testing process.
Related topics: