PHPackages                             nixdrey/wbisualception - 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. nixdrey/wbisualception

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

nixdrey/wbisualception
======================

Visual regression tests for Codeception (fork from https://github.com/Codeception/VisualCeption)

5.0.2(2y ago)18.3k2Apache-2.0PHPPHP &gt;=8.0

Since Mar 1Pushed 2y agoCompare

[ Source](https://github.com/nixdrey/VisualCeption)[ Packagist](https://packagist.org/packages/nixdrey/wbisualception)[ Docs](https://github.com/nixdrey/VisualCeption)[ RSS](/packages/nixdrey-wbisualception/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (6)Dependencies (3)Versions (18)Used By (0)

VisualCeption
=============

[](#visualception)

See project documentation here:

Installation
============

[](#installation)

`composer require "nixdrey/wbisualception:*" --dev`

What added?
===========

[](#what-added)

Pixel ratio support
-------------------

[](#pixel-ratio-support)

If you use mobile emulation with custom pixelRatio option you need to define pixelRatio for VisualCeption as well:

acceptance.suite.yml

```
modules:
    enabled:
        - WebDriver:
             capabilities:
                 ...
                 chromeOptions:
                     ...
                     mobileEmulation:
                         deviceMetrics:
                             height: 812
                             width: 375
                             pixelRatio: 3.0

```

Just add pixelRatio option

```
modules:
    enabled:
        - VisualCeption:
            maximumDeviation: 0.05                                 # deviation in percent
            saveCurrentImageIfFailure: false                       # if true, VisualCeption saves the current
            pixelRatio: 3.0                                        # pixel ratio

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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

Recently: every ~232 days

Total

11

Last Release

761d ago

Major Versions

0.9.0 → 1.0.02017-08-18

1.0.7 → 5.0.02024-04-15

PHP version history (2 changes)0.9.0PHP &gt;=5.4.0

5.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/75e11b11b49ef8e7da183fe42827c46a10b940f550f490a3093c7ffe9e0ed8fe?d=identicon)[nixdrey](/maintainers/nixdrey)

---

Top Contributors

[![buresmi7](https://avatars.githubusercontent.com/u/1267665?v=4)](https://github.com/buresmi7 "buresmi7 (34 commits)")[![DavertMik](https://avatars.githubusercontent.com/u/220264?v=4)](https://github.com/DavertMik "DavertMik (17 commits)")[![DigitalProducts](https://avatars.githubusercontent.com/u/7011638?v=4)](https://github.com/DigitalProducts "DigitalProducts (14 commits)")[![nixdrey-wb](https://avatars.githubusercontent.com/u/81157112?v=4)](https://github.com/nixdrey-wb "nixdrey-wb (11 commits)")[![RayRom](https://avatars.githubusercontent.com/u/9988573?v=4)](https://github.com/RayRom "RayRom (6 commits)")[![toddy](https://avatars.githubusercontent.com/u/977658?v=4)](https://github.com/toddy "toddy (4 commits)")[![nixdrey](https://avatars.githubusercontent.com/u/23259080?v=4)](https://github.com/nixdrey "nixdrey (4 commits)")[![spaceman-cb](https://avatars.githubusercontent.com/u/19659124?v=4)](https://github.com/spaceman-cb "spaceman-cb (2 commits)")[![mklepaczewski](https://avatars.githubusercontent.com/u/1395675?v=4)](https://github.com/mklepaczewski "mklepaczewski (1 commits)")[![nook-ru](https://avatars.githubusercontent.com/u/444489?v=4)](https://github.com/nook-ru "nook-ru (1 commits)")[![sebastianneubert](https://avatars.githubusercontent.com/u/2872569?v=4)](https://github.com/sebastianneubert "sebastianneubert (1 commits)")[![the-web-hates-me](https://avatars.githubusercontent.com/u/4029191?v=4)](https://github.com/the-web-hates-me "the-web-hates-me (1 commits)")[![mgerasimchuk](https://avatars.githubusercontent.com/u/13135129?v=4)](https://github.com/mgerasimchuk "mgerasimchuk (1 commits)")[![DanielRuf](https://avatars.githubusercontent.com/u/827205?v=4)](https://github.com/DanielRuf "DanielRuf (1 commits)")[![EvgeniyMarchenko89](https://avatars.githubusercontent.com/u/44601290?v=4)](https://github.com/EvgeniyMarchenko89 "EvgeniyMarchenko89 (1 commits)")[![eXorus](https://avatars.githubusercontent.com/u/1255561?v=4)](https://github.com/eXorus "eXorus (1 commits)")[![ggiak](https://avatars.githubusercontent.com/u/20743694?v=4)](https://github.com/ggiak "ggiak (1 commits)")[![koehnlein](https://avatars.githubusercontent.com/u/16088567?v=4)](https://github.com/koehnlein "koehnlein (1 commits)")[![MatissJanis](https://avatars.githubusercontent.com/u/886567?v=4)](https://github.com/MatissJanis "MatissJanis (1 commits)")[![al-zakharov](https://avatars.githubusercontent.com/u/104079778?v=4)](https://github.com/al-zakharov "al-zakharov (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nixdrey-wbisualception/health.svg)

```
[![Health](https://phpackages.com/badges/nixdrey-wbisualception/health.svg)](https://phpackages.com/packages/nixdrey-wbisualception)
```

###  Alternatives

[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[lucatume/wp-browser

A set of Codeception modules to test WordPress projects.

6343.8M153](/packages/lucatume-wp-browser)[codeception/visualception

Visual regression tests for Codeception

871.1M1](/packages/codeception-visualception)[joomla-projects/joomla-browser

joomla-browser Codeception Module

24311.0k](/packages/joomla-projects-joomla-browser)[contributte/codeception

Integration of Nette framework to Codeception.

27886.9k1](/packages/contributte-codeception)[oxid-esales/testing-library

OXID eShop testing library

13374.0k10](/packages/oxid-esales-testing-library)

PHPackages © 2026

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