PHPackages                             behat/drupal-propeople-context - 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. behat/drupal-propeople-context

Abandoned → [drupal/tqextension](/?search=drupal%2Ftqextension)Behat-extension[Testing &amp; Quality](/categories/testing)

behat/drupal-propeople-context
==============================

Drupal context by Propeople for Behat

1.2.3(11y ago)37.0k4[1 issues](https://github.com/BR0kEN-/behat-drupal-propeople-context/issues)[1 PRs](https://github.com/BR0kEN-/behat-drupal-propeople-context/pulls)GPL-2.0+PHPPHP &gt;=5.4

Since Feb 3Pushed 10y ago2 watchersCompare

[ Source](https://github.com/BR0kEN-/behat-drupal-propeople-context)[ Packagist](https://packagist.org/packages/behat/drupal-propeople-context)[ RSS](/packages/behat-drupal-propeople-context/feed)WikiDiscussions master Synced 1mo ago

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

This repository is no longer support! Please, have a look at more powerfull and useful extension for Behat 3 - [TqExtension](https://github.com/BR0kEN-/TqExtension).
=====================================================================================================================================================================

[](#this-repository-is-no-longer-support-please-have-a-look-at-more-powerfull-and-useful-extension-for-behat-3---tqextension)

Behat context by Propeople
==========================

[](#behat-context-by-propeople)

The Propeople Drupal Context provide a flexible methods for testing websites, running on Drupal 7. The contexts in this repository extend the contexts of [DrupalExtension](https://github.com/jhedstrom/drupalextension).

[![Build Status](https://camo.githubusercontent.com/d26cbfdb26308246f25dcbc309504e7a36d0643dbf9451cdc107981ff707072c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4252306b454e2d2f62656861742d64727570616c2d70726f70656f706c652d636f6e746578742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/BR0kEN-/behat-drupal-propeople-context/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9b2ffa06edd00c386b4a579681ecdab01cc73c07015c7a2427df66c3512cfa26/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4252306b454e2d2f62656861742d64727570616c2d70726f70656f706c652d636f6e746578742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/BR0kEN-/behat-drupal-propeople-context/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/635202e1dae3b6433e1103a4a614bab3d175504634e3f10fbcdc91f5a2069707/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f64727570616c2d70726f70656f706c652d636f6e746578742f762f737461626c652e737667)](https://packagist.org/packages/behat/drupal-propeople-context)[![Total Downloads](https://camo.githubusercontent.com/f052848dc56eecc83042850602641b4fda110e8fc9525e74635bd4017bc02c78/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f64727570616c2d70726f70656f706c652d636f6e746578742f646f776e6c6f6164732e737667)](https://packagist.org/packages/behat/drupal-propeople-context)[![Latest Unstable Version](https://camo.githubusercontent.com/7f87a292706e05325cc560a858b4af0736430c982b6d8715071818bde898ba78/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f64727570616c2d70726f70656f706c652d636f6e746578742f762f756e737461626c652e737667)](https://packagist.org/packages/behat/drupal-propeople-context)[![License](https://camo.githubusercontent.com/3c5566250554cc528bf5c03fbac8234ad37c3aa7e88b52f45fb1dbcf1abb504b/68747470733a2f2f706f7365722e707567782e6f72672f62656861742f64727570616c2d70726f70656f706c652d636f6e746578742f6c6963656e73652e737667)](https://packagist.org/packages/behat/drupal-propeople-context)

Installation
------------

[](#installation)

- Install [Composer](https://getcomposer.org/doc/00-intro.md).
- Navigate to folder with your Drupal project. Would be better if a project has the similar structure:

```
/project_name
|-- docroot
|   |-- [drupal installation without any custom files]
|   |-- [...]
|-- [another folders and files e.g. tests, scripts etc.]
|-- [...]

```

- Create the `composer.json` file:

```
{
  "require": {
    "behat/drupal-propeople-context": "~1.2"
  },
  "config": {
    "bin-dir": "bin/"
  },
  "scripts": {
    "post-install-cmd": "mv bin/bdpc bin/behat"
  }
}
```

- Execute the `composer install` command.
- Initialize the basic context and configuration by executing the `bin/behat --init --url=http://example.com`. Also, command can take the `dir`parameter if the Drupal installation located above current folder. For example `bin/behat --init --url=http://project.loc --dir=docroot`.
- Configure the `behat.yml` if needed.
- Read the [documentation](docs) about creating the features.

We are using
------------

[](#we-are-using)

- [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) for autoloading.
- [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) for code style.

Author
------

[](#author)

- [Sergey Bondarenko (BR0kEN)](https://github.com/BR0kEN-)

Contributors
------------

[](#contributors)

- [Alexander Petrov](https://github.com/aapetrov)
- [Anastasia Guba](https://github.com/Naastya)
- [Artyom Miroshnik](https://github.com/M1r1k)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~13 days

Total

6

Last Release

4057d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e8b4c73b9ba0729e2c5b690cbdb63bfbe982130513b0c9d64c6c26e1d4d32ff?d=identicon)[BR0kEN-](/maintainers/BR0kEN-)

---

Top Contributors

[![BR0kEN-](https://avatars.githubusercontent.com/u/2760616?v=4)](https://github.com/BR0kEN- "BR0kEN- (53 commits)")

---

Tags

testingtestwebdrupalBehat

### Embed Badge

![Health badge](/badges/behat-drupal-propeople-context/health.svg)

```
[![Health](https://phpackages.com/badges/behat-drupal-propeople-context/health.svg)](https://phpackages.com/packages/behat-drupal-propeople-context)
```

###  Alternatives

[drupal/drupal-extension

Drupal extension for Behat

22215.1M147](/packages/drupal-drupal-extension)[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)[drupal/drupal-driver

A collection of reusable Drupal drivers

6715.8M18](/packages/drupal-drupal-driver)[robertfausk/behat-panther-extension

Symfony Panther extension for Behat

341.7M87](/packages/robertfausk-behat-panther-extension)[playwright-php/playwright

Modern PHP library for Playwright automation: browsing, scraping, screenshots, testing, and more.

7613.0k5](/packages/playwright-php-playwright)

PHPackages © 2026

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