PHPackages                             mario-naether/chromiuman - 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. mario-naether/chromiuman

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

mario-naether/chromiuman
========================

Codeception Extension for automatically starting and stoping Chromedriver when running tests

1.2.0(6y ago)067.7kMITPHPPHP &gt;=7.1CI failing

Since Jun 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mario-naether/chromiuman)[ Packagist](https://packagist.org/packages/mario-naether/chromiuman)[ RSS](/packages/mario-naether-chromiuman/feed)WikiDiscussions master Synced 4w ago

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

chromiumman
===========

[](#chromiumman)

Codeception Extension for automatically starting and stoping Chromedriver when running tests

Minimum Requirements
--------------------

[](#minimum-requirements)

- Codeception 2.3
- PHP 7.0

Install
-------

[](#install)

```
$ composer require mario-naether/chromiuman
```

Install a newer version of chromium driver
------------------------------------------

[](#install-a-newer-version-of-chromium-driver)

```
"extra": {
    "lbaey/chromedriver": {
      "bypass-select" : true,
      "chromedriver-version": "74.0.3729.6"
    }
}
```

### Enabling Chromiuman with defaults

[](#enabling-chromiuman-with-defaults)

```
extensions:
    enabled:
        - Codeception\Extension\Chromiuman
```

### Enabling Chromiuman with settings

[](#enabling-chromiuman-with-settings)

```
extensions:
    enabled:
        - Codeception\Extension\Chromiuman
    config:
        Codeception\Extension\Chromiuman
            logDir: '/var/logs/chromedriver/'
            path: '/usr/bin/chromedriver'
```

### Enabling Chrome/Chromium in acceptance.suite.yml

[](#enabling-chromechromium-in-acceptancesuiteyml)

```
modules:
    enabled:
        - WebDriver:
            url: http://www.google.de
            browser: chrome
            capabilities:
                chromeOptions:
                  args: ["disable-infobars", "headless","disable-gpu", "window-size=1920x1080"]
                  #binary: "path/to/chrome.exe"
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~248 days

Total

5

Last Release

2296d ago

Major Versions

0.2.0 → 1.0.02018-01-12

PHP version history (3 changes)0.1.0PHP &gt;=7.0.0

0.2.0PHP &gt;=7.0

1.2.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ce9994f46c6f092a2596c13cf167a926763cd844d121cbc4b32596c688c2441?d=identicon)[mario-naether](/maintainers/mario-naether)

---

Top Contributors

[![mario-naether](https://avatars.githubusercontent.com/u/1803746?v=4)](https://github.com/mario-naether "mario-naether (2 commits)")[![pimjansen](https://avatars.githubusercontent.com/u/1457219?v=4)](https://github.com/pimjansen "pimjansen (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mario-naether-chromiuman/health.svg)

```
[![Health](https://phpackages.com/badges/mario-naether-chromiuman/health.svg)](https://phpackages.com/packages/mario-naether-chromiuman)
```

###  Alternatives

[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15311.8M36](/packages/magento-magento2-functional-testing-framework)[lucatume/wp-browser

A set of Codeception modules to test WordPress projects.

6374.0M170](/packages/lucatume-wp-browser)[codeception/module-asserts

Codeception module containing various assertions

8552.9M1.5k](/packages/codeception-module-asserts)[codeception/lib-innerbrowser

Parent library for all Codeception framework modules and PhpBrowser

8743.5M86](/packages/codeception-lib-innerbrowser)[allure-framework/allure-codeception

Allure Codeception integration

5212.5M9](/packages/allure-framework-allure-codeception)[codeception/module-symfony

Codeception module for Symfony framework

969.8M129](/packages/codeception-module-symfony)

PHPackages © 2026

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