Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

DrupalPod AI QA simplifies testing and contribution to Drupal's AI modules by quickly spinning up pre-configured Drupal environments. It automatically sets up the necessary modules, versions, and Git branches, allowing users to test specific issues or contribute directly by instantly reflecting code changes in the running site.

DrupalPod AI QA is a QA tooling project within the Drupal AI initiative, built to lower the barrier to testing and contributing to Drupal's AI module and its ecosystem of contributed modules.

It spins up pre-configured Drupal environments with the right modules, versions, and Git branches already wired up.

It's useful in two ways: for QA, you can spin up an environment around a specific issue and PR and test it immediately; for active contribution, the AI and test modules are checked out as live Git repositories, so any changes you make are reflected instantly in the running Drupal site.

Configure the base AI module, a contrib module under test, your target template (CMS or Core), and any PR forks or branches you need. The system resolves a compatible set of dependencies and builds a ready-to-go Drupal install.

Install the browser extension (Chrome only - for now), open any issue in the AI module's queue on drupal.org, and click the icon. It reads the issue context from the page and pre-populates the environment variables for you.

Option 1 — Local development with DDEV

Click ddev and Generate ddev config to the config you'll need to build the ddev environment.

Install DDEV, clone the repo, and drop a .ddev/config.drupal.yaml into your project to configure what you're testing:

web_environment:
  - DP_STARTER_TEMPLATE=cms        # cms or core
  - DP_VERSION=                    # Drupal version, empty = latest stable
  - DP_AI_MODULE=ai                # Base AI module name
  - DP_AI_MODULE_VERSION=          # AI version, empty = auto-detect
  - DP_AI_ISSUE_FORK=              # Fork name for AI PR testing
  - DP_AI_ISSUE_BRANCH=            # Branch name for AI PR testing
  - DP_TEST_MODULE=                # Contrib module under test
  - DP_TEST_MODULE_VERSION=        # Test module version, empty auto-detects
  - DP_TEST_MODULE_ISSUE_FORK=     # Fork name for test module PR
  - DP_TEST_MODULE_ISSUE_BRANCH=   # Branch name for test module PR
  - DP_EXTRA_MODULES=              # Additional modules, comma-separated
  - DP_REBUILD=1                   # 1 = force clean rebuild on restart

Run ddev restart and your environment builds automatically.

Option 2 — Cloud environments with DrupalForge

Click DrupalForge and Launch DrupalForge and you will be redirected to DrupalForge with everything already configured — spin up the environment in DevPanel, and you'll have a shareable cloud environment you can hand off to others for collaborative testing.

Note: Log into DevPanel first to avoid any issues with authentication interfering with the flow.

Any questions, just ask. We are on #ai-quality-assurance on Drupal Slack for discussion around anything with AI QA.

This project is under active development. Inspired by and forked from DrupalPod.

Activity

Total releases
1
First release
Jan 2026
Latest release
6 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
1.0.x-dev Dev Jan 16, 2026