Drupal Test banner
gkastanis gkastanis

Drupal Test

Testing community

Description

--- description: Run Drupal test script to verify implementation argument-hint: <test-type> <target> [--verbose] allowed-tools: Bash --- <!-- Usage examples: /drupal-test service my_module.my_service /drupal-test entity node:article /drupal-test hook node_presave my_module /drupal-test access "administer nodes" /drupal-test service my_module.my_service --verbose --> Run a Drupal verification test using `ddev drush eval` with JSON output. **Test type:** $1 **Target:** $2 **Options:**

Installation

Installs to ~/.claude/skills/gkastanis-drupal-workflow-drupal-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gkastanis-drupal-workflow-drupal-test && curl -fsSL https://raw.githubusercontent.com/gkastanis/drupal-workflow/HEAD/commands/drupal-test.md -o ~/.claude/skills/gkastanis-drupal-workflow-drupal-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository