PHPackages                             teamneusta/codeception-docker-chrome - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. teamneusta/codeception-docker-chrome

AbandonedLibrary[DevOps &amp; Deployment](/categories/devops)

teamneusta/codeception-docker-chrome
====================================

Codeception extension to start automatically an docker chrome instance

1.0.4(8y ago)920.0k1MITPHPPHP &gt;=7.0.0

Since Mar 17Pushed 8y ago2 watchersCompare

[ Source](https://github.com/teamneusta/codeception-docker-chrome)[ Packagist](https://packagist.org/packages/teamneusta/codeception-docker-chrome)[ RSS](/packages/teamneusta-codeception-docker-chrome/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

[![team neusta](https://camo.githubusercontent.com/6d5b4c2d4b4d417d8d69ce27d088b69f1a279dc4b6689e638afec00986a6da8e/68747470733a2f2f7777772e7465616d2d6e65757374612e64652f7479706f3374656d702f706963732f745f306437663836386235362e706e67 "team neusta logo")](https://camo.githubusercontent.com/6d5b4c2d4b4d417d8d69ce27d088b69f1a279dc4b6689e638afec00986a6da8e/68747470733a2f2f7777772e7465616d2d6e65757374612e64652f7479706f3374656d702f706963732f745f306437663836386235362e706e67)

Docker Selenium Chrome for Codeception Extension
================================================

[](#docker-selenium-chrome-for-codeception-extension)

[![Build Status](https://camo.githubusercontent.com/e56304652d1af15ec0929c4d0961ff9d3be42924255188f7f51f679952a9ed78/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7465616d6e65757374612f636f646563657074696f6e2d646f636b65722d6368726f6d652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/teamneusta/codeception-docker-chrome/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/579656cc2322d8e86bacc9b9a50dfb04a5213ddd30c5057412c1f26125a1c202/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7465616d6e65757374612f636f646563657074696f6e2d646f636b65722d6368726f6d652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/teamneusta/codeception-docker-chrome/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ebd55a15d8d795b579e52ae777b6d5d470b5f126bcf86989226a2761e3fd6ebd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7465616d6e65757374612f636f646563657074696f6e2d646f636b65722d6368726f6d652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/teamneusta/codeception-docker-chrome/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/6bcee780fdaee8362dc5c167898d908aeb876a65cb9161fc9e0693422a6db379/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61623365363261302d303364642d346634622d386238322d3339646433643934326639372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/ab3e62a0-03dd-4f4b-8b82-39dd3d942f97)[![Latest Stable Version](https://camo.githubusercontent.com/41a3c174fb2005b9afe8b809b14721ef34065201b946471e9d47bd170cdc320a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7465616d6e65757374612f636f646563657074696f6e2d646f636b65722d6368726f6d652e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/teamneusta/codeception-docker-chrome)[![Latest Stable Version](https://camo.githubusercontent.com/2cbba87b79da6481dcc9bff5b167820e2038da3642533fff38939d62be196833/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7465616d6e65757374612f636f646563657074696f6e2d646f636b65722d6368726f6d652e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/teamneusta/codeception-docker-chrome)

### What's Docker Selenium Chrome for Codeception?

[](#whats-docker-selenium-chrome-for-codeception)

**Docker Selenium Chrome for Codeception** is a extension to integrate automatic selenium with chrome in your codeception tests.

### Minimum Requirements

[](#minimum-requirements)

- Unix System
- [Codeception](http://codeception.com/) 2.2.0
- PHP 7.0 &gt;
- [docker](https://docs.docker.com/engine/installation/linux/) 1.12.0
- [docker-compose](https://docs.docker.com/compose/install/) 1.11.0

### Installing

[](#installing)

Simply add the following dependency to your project’s composer.json file:

```
    "require": {
        "teamneusta/codeception-docker-chrome": "^1.0"
    }
```

Finally you can use **Docker Selenium Chrome for Codeception** in your codeception.yml

```
extensions:
    enabled:
        - Codeception\Extension\DockerChrome
    config:
        Codeception\Extension\DockerChrome:
            suites: ['acceptance']
            debug: true
            extra_hosts: ['foo.loc:192.168.0.123']
```

#### Available options

[](#available-options)

##### Basic

[](#basic)

- `path: {path}`
    - Full path to the docker-compose binary.
    - Default: `/usr/local/bin/docker-compose`
- `port: {port}`
    - Webdriver port to start chrome with.
    - Default: `4444`
- `debug: {true|false}`
    - Display debug output
    - Default: `false`
- `extra_hosts: ['domain:ip', 'domain:ip']`
    - set extra hosts for docker container to connect to local environment over network (not 127.0.0.1)
    - Default: `null`
- `suites: {array|string}`
    - If omitted, Chrome is started for all suites.
    - Specify an array of suites or a single suite name.
        - If you're using an environment (`--env`), Codeception appends the environment name to the suite name in brackets. You need to include each suite/environment combination separately in the array.
            - `suites: ['acceptance', 'acceptance (staging)', 'acceptance (prod)']`

##### Proxy Support

[](#proxy-support)

- `http_proxy: {address:port}`
    - Sets the http proxy server.
- `https_proxy: {address:port}`
    - Sets the https proxy server.
- `no_proxy: address1.local,adress2.de`
    - Sets the no proxy for specific domains.

##### Registry Support

[](#registry-support)

- `private-registry: {address:port}`

#### Suite configuration example

[](#suite-configuration-example)

**this configuration override the codeception.yml configuration**

```
class_name: AcceptanceTester
modules:
    enabled:
        - WebDriver:
            port: 5555
            browser: chrome
            url: https://www.example.de/
            capabilities:
                proxyType: 'manual'
                httpProxy: 'http-proxy.example.de:3128'
                sslProxy: 'https-proxy.example.de:3128'
                noProxy: 'address1.local,adress2.de'
```

### Usage

[](#usage)

Once installed and enabled, running your tests with `php codecept run` will automatically start the chrome and wait for it to be accessible before proceeding with the tests.

**be patient on first start. It could take a while**

```
Docker server now accessible
```

Once the tests are complete, Docker Server will be shut down.

```
Stopping Docker Server
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~34 days

Total

5

Last Release

3256d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12913211?v=4)[team neusta SE](/maintainers/teamneusta)[@teamneusta](https://github.com/teamneusta)

---

Tags

codeceptiondockerchrome

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/teamneusta-codeception-docker-chrome/health.svg)

```
[![Health](https://phpackages.com/badges/teamneusta-codeception-docker-chrome/health.svg)](https://phpackages.com/packages/teamneusta-codeception-docker-chrome)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[laravel/framework

The Laravel Framework.

34.8k543.8M19.8k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M504](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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