

Talking Drupal #506 - Automated Testing Kit
Jun 9, 2025
André Angelantoni, the founder of Performant Labs, shares his extensive experience with Drupal and the Automated Testing Kit. He dives into the importance of automated testing, comparing frameworks like Cypress and Playwright, and explains how the kit can be set up on existing sites. André provides insights into creating effective testing recipes and the road to debugging. He also touches on the Taxonomy Views Integrator module, showcasing its role in customizing content display for Drupal sites. Tune in to learn about enhancing site quality and development efficiency!
AI Snips
Chapters
Transcript
Episode notes
Taxonomy Views Integrator Use Case
- The Taxonomy Views Integrator module allows customizing taxonomy term views for specific vocabularies or terms.
- It helped customize event listings on the Drupal event platform without breaking global taxonomy views.
Automated Testing Kit Focus
- Automated Testing Kit offers almost two dozen standard tests for vanilla Drupal sites.
- It focuses on end-to-end user journeys rather than unit or integration testing.
Playwright Preferred over Cypress
- Playwright is preferred over Cypress due to better speed and control.
- Cypress's design decisions cause slower tests and debugging challenges, unlike Playwright.