Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Panther

25 sites Security covered Drupal 10–11
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');
 }

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
13
Tracked since
Feb 2025
Latest release
2 weeks ago
Releases (12 mo)
4 ▼ from 9
Maintenance
Active

Release Timeline

Releases

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