PHPackages                             undertext/idrupalextension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. undertext/idrupalextension

ActiveLibrary[Testing &amp; Quality](/categories/testing)

undertext/idrupalextension
==========================

Isolated Drupal extension for Behat

v0.1.0(7y ago)021PHP

Since Feb 6Pushed 7y agoCompare

[ Source](https://github.com/undertext/idrupalextension)[ Packagist](https://packagist.org/packages/undertext/idrupalextension)[ RSS](/packages/undertext-idrupalextension/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Isolated Drupal Extension
=========================

[](#isolated-drupal-extension)

This behat extension is intended to work together with [Drupal Extension](https://github.com/jhedstrom/drupalextension)and uses Drupal multisite possibilities in order to run tests on separate test site installation.

It works much more like Drupal's `BrowserTest`. If you have a Drupal site and run a `behat` command then :

- A new site will be created at `sites/simpletest/{timestamp}` with an SQLite database and with given in configuration profile name.
- Behat tests will run on this new installation.
- At the end of testing, `sites/simpletest` directory will be cleaned up if `reuse_installation` configuration value isn't set to TRUE.

### Requirements

[](#requirements)

This extension is tested with `Drupal 8.6`. Previous versions are not supported.

### Quick start

[](#quick-start)

Modify your `behat.yml`, add next lines :

```
  extensions:
    Drupal\DrupalExtension:
     ...
     ...
    undertext\idrupalextension\IsolatedDrupalExtension:
      profile: "standard"
      reuse_installation: TRUE
```

This extension provides 2 configurable parameters:

- profile : name of the profile to install
- reuse\_installation: do not reinstall test site installation each time if set to TRUE

[![Build Status](https://camo.githubusercontent.com/ff6c33a24c3b8ba22cafa67b58ab82fe35421607c9bca09c9847fad9ecbaa6c8/68747470733a2f2f7472617669732d63692e636f6d2f756e646572746578742f6964727570616c657874656e73696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/undertext/idrupalextension)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2650d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1038992?v=4)[Yaroslav Kharchenko](/maintainers/undertext)[@undertext](https://github.com/undertext)

### Embed Badge

![Health badge](/badges/undertext-idrupalextension/health.svg)

```
[![Health](https://phpackages.com/badges/undertext-idrupalextension/health.svg)](https://phpackages.com/packages/undertext-idrupalextension)
```

###  Alternatives

[acquia/drupal-spec-tool

A tool for specifying Drupal architecture details and generating automated tests for them

1532.6M3](/packages/acquia-drupal-spec-tool)[drevops/behat-steps

Collection of steps for Behat

25381.7k3](/packages/drevops-behat-steps)[nuvoleweb/drupal-behat

Drupal Behat extension.

33787.7k3](/packages/nuvoleweb-drupal-behat)[drupal/tqextension

Behat extension for testing Drupal sites

1134.4k](/packages/drupal-tqextension)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
