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

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

erolatex/wbisualception
=======================

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

1.0.6.4(3y ago)112.9kApache-2.0PHPPHP &gt;=5.4.0

Since Mar 1Pushed 3y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (17)Used By (0)

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

[](#visualception)

See project documentation here:

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

[](#installation)

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

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

[](#what-added)

Pixel ratio support and png compression level options
-----------------------------------------------------

[](#pixel-ratio-support-and-png-compression-level-options)

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

```

If you want to change png compression level of all screenshots just add compressionLevel option:[](https://)

```
modules:
    enabled:
            compressionLevel: 0                                       # compression for png images 0-9 ( default:0 )

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 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 ~215 days

Recently: every ~120 days

Total

11

Last Release

1211d ago

Major Versions

0.9.0 → 1.0.02017-08-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd876e5252a99be8fe2657719674195aa9cbdc195dd83ddd409decdd42edd2ab?d=identicon)[erolatex](/maintainers/erolatex)

---

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 (7 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)")[![erolatex](https://avatars.githubusercontent.com/u/41438388?v=4)](https://github.com/erolatex "erolatex (3 commits)")[![nixdrey](https://avatars.githubusercontent.com/u/23259080?v=4)](https://github.com/nixdrey "nixdrey (3 commits)")[![spaceman-cb](https://avatars.githubusercontent.com/u/19659124?v=4)](https://github.com/spaceman-cb "spaceman-cb (2 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)")[![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)")[![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)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[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)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

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

PHPackages © 2026

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