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.

Panther

12 sites Security covered
View on drupal.org

This module integrates Drupal with the Panther library, enabling functional testing of web applications using the Panther API. It allows developers to write tests in PHP with features like browser window maximization and screenshot capture.

Panther is a Drupal module that provides an integration with the Panther library for functional testing of web applications.
It allows you to write tests in PHP using the Panther API, which is built on top of the Symfony BrowserKit and DomCrawler components.

A test looks like:

public function testLoginPage(): void {
   $this->maximizeWindow();
   $this->goToPage('/user/login');
   self::assertPageContains('Log in');
   $this->takeScreenshot('testLoginPage', 'login');
 }

Activity

Total releases
11
First release
Feb 2025
Latest release
9 months ago
Releases (12 mo)
2 ▼ from 9
Maintenance
Slowing

Release Timeline

Releases

Version Type Release date
1.0.9 Stable Sep 19, 2025
1.0.8 Stable Sep 10, 2025
1.0.7 Stable Jun 26, 2025
1.0.6 Stable Jun 10, 2025
1.0.5 Stable Jun 6, 2025
1.0.4 Stable May 29, 2025
1.0.3 Stable May 27, 2025
1.0.2 Stable May 15, 2025
1.0.1 Stable May 14, 2025
1.0.0 Stable Apr 11, 2025
1.0.x-dev Dev Feb 17, 2025