PHPackages                             oneshoe/drupal-codeception - 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. oneshoe/drupal-codeception

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

oneshoe/drupal-codeception
==========================

Extension to the Codeception toolset for Drupal testing.

1.0.0(3y ago)013.1k↓19.2%2GPL-2.0PHP

Since May 3Pushed 2y ago5 watchersCompare

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

READMEChangelogDependencies (9)Versions (3)Used By (0)

One Shoe Drupal Codeception extension
=====================================

[](#one-shoe-drupal-codeception-extension)

Extension to the Codeception toolset for Drupal testing.

Adding to your project
----------------------

[](#adding-to-your-project)

Require `oneshoe/drupal-codeception:dev-master`.

Configuring Codeception
-----------------------

[](#configuring-codeception)

To add to Codeception, make the following changes to your test suite files. The OSDrupalAcceptance depends on several other modules. These need to be added to the suite explicitly, and *in the correct order*, or they may not be found yet when they are needed.

### acceptance.suite.yml

[](#acceptancesuiteyml)

```
modules:
    enabled:
        - WebDriver
            # Refer to https://codeception.com/docs/modules/WebDriver for
            # configurarion instructions.
            # ...
        - DrupalDrush
        - DrupalAcceptance
        - OSDrupalAcceptance:
              rootUser: [name of the root (uid 1) user]
              rootPassword: [password for that user]

```

Development
-----------

[](#development)

For development you can use Lando. Start Lando with `lando start`. Then install a development environment by running run `lando composer install` and `lando clean-install`. Run the test suite (verifying the Codeception module) using `lando codecept` (this is just a way to running the regular codecept command within Lando).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.6% 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 ~0 days

Total

2

Last Release

1111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/737cfb8c81546382a14695d7a1e0d562ad327968f2452043cd8082df69c20be4?d=identicon)[JorisVanEijden](/maintainers/JorisVanEijden)

![](https://www.gravatar.com/avatar/9a675f2f3a0de052eaf715a5aa0ea36290382726bfeae180cbdb5e66a679a15a?d=identicon)[oneshoe-ci](/maintainers/oneshoe-ci)

![](https://www.gravatar.com/avatar/196ebbf5ce61618345e8ecec07bfd830019c45154368b9290dc4ea27ce1aa141?d=identicon)[eelkeblok](/maintainers/eelkeblok)

---

Top Contributors

[![eelkeblok](https://avatars.githubusercontent.com/u/461752?v=4)](https://github.com/eelkeblok "eelkeblok (160 commits)")[![fonteijne](https://avatars.githubusercontent.com/u/1511257?v=4)](https://github.com/fonteijne "fonteijne (2 commits)")[![jaapjan](https://avatars.githubusercontent.com/u/2848293?v=4)](https://github.com/jaapjan "jaapjan (2 commits)")

### Embed Badge

![Health badge](/badges/oneshoe-drupal-codeception/health.svg)

```
[![Health](https://phpackages.com/badges/oneshoe-drupal-codeception/health.svg)](https://phpackages.com/packages/oneshoe-drupal-codeception)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[phpspec/phpspec

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)[phpstan/phpstan-symfony

Symfony Framework extensions and rules for PHPStan

78768.9M1.5k](/packages/phpstan-phpstan-symfony)

PHPackages © 2026

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