PHPackages                             mendicm/css-regression - 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. mendicm/css-regression

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

mendicm/css-regression
======================

CSS Regression Module for Codeception

53.5k4PHP

Since Jun 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/mendicm/css-regression)[ Packagist](https://packagist.org/packages/mendicm/css-regression)[ RSS](/packages/mendicm-css-regression/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

css-regression
==============

[](#css-regression)

CSS Regression tests in Codeception

Install
-------

[](#install)

```
$ composer require --dev mendicm/css-regression:dev-master
```

Configure
---------

[](#configure)

```
modules:
    enabled:
        - WebDriver:
            ...
        - \mendicm\CodeceptionCssRegression\Module\CssRegression:
            referenceImageDirectory: 'referenceImages'
            failImageDirectory: 'failImages'
            maxDifference: 0.1
            automaticCleanup: true
            module: WebDriver
            fullScreenshots: false
```

Usage
-----

[](#usage)

```
$I->amOnPage('/');
$I->hideElements('.socialMediaButton');
$I->seeNoDifferenceToReferenceImage('NewsArticle', '#news-article');
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4120546?v=4)[mendicm](/maintainers/mendicm)[@mendicm](https://github.com/mendicm)

---

Top Contributors

[![sascha-egerer](https://avatars.githubusercontent.com/u/1651414?v=4)](https://github.com/sascha-egerer "sascha-egerer (12 commits)")[![mendicm](https://avatars.githubusercontent.com/u/4120546?v=4)](https://github.com/mendicm "mendicm (3 commits)")[![petr-hendl](https://avatars.githubusercontent.com/u/15941148?v=4)](https://github.com/petr-hendl "petr-hendl (1 commits)")

### Embed Badge

![Health badge](/badges/mendicm-css-regression/health.svg)

```
[![Health](https://phpackages.com/badges/mendicm-css-regression/health.svg)](https://phpackages.com/packages/mendicm-css-regression)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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