drupal-dtt
Installation
SKILL.md
Drupal Test Traits (DTT) — ExistingSite Tests
When to Use
- Testing against a real, running Drupal site
- Smoke tests and integration tests against production-like data
- When you need real content, config, and users
- Regression tests for bugs found in production
Basic Structure
// tests/src/ExistingSite/MyFeatureTest.php
namespace Drupal\Tests\my_module\ExistingSite;
use weitzman\DrupalTestTraits\ExistingSiteBase;