PHPackages                             mvadzim/allure-codeception - 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. mvadzim/allure-codeception

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

mvadzim/allure-codeception
==========================

A Codeception adapter for Allure report.\[NON OFFICIAL FORK!\]

2.1.6(5y ago)016.0k↓25%PHPPHP &gt;=5.6

Since Jun 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mvadzim/allure-codeception)[ Packagist](https://packagist.org/packages/mvadzim/allure-codeception)[ RSS](/packages/mvadzim-allure-codeception/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (32)Used By (0)

Allure Codeception Adapter Fork
===============================

[](#allure-codeception-adapter-fork)

This is **fork** of [official Codeception adapter for Allure Framework](https://github.com/allure-framework/allure-codeception).

Installation and Usage
----------------------

[](#installation-and-usage)

In order to use this adapter you need to add a new dependency to your **composer.json** file:

```
{
  "require": {
    "mvadzim/allure-codeception": "dev-master"
  }
}

```

or

```
composer require mvadzim/allure-codeception:dev-master

```

To enable this adapter in Codeception tests simply put it in "enabled" extensions section of **codeception.yml**:

```
extensions:
    enabled:
        - Yandex\Allure\Codeception\AllureCodeception
    config:
        Yandex\Allure\Codeception\AllureCodeception:
            deletePreviousResults: true
            outputDirectory: allure-results
            ignoredAnnotations:
                - env
                - dataprovider
            enabledAttach:
                - PhpBrowserLog
                - stepScreenshot
                - stepBrowserLog # Not work in firefox, phpbrowser
                - failedStepPageSource
                - visualceptionScreenshot # Attach actual.png, expected.png, diff.png for screen-diff-plugin
            stepScreenshotIgnored:
                - 'grab*'
                - '*cookie'
                - '*api*'
```

Note
----

[](#note)

Форк делался для себя и под свои запросы, из-за этого не нужно надеятся на его стабильность и безбажность даже для базовых вариантов использования.

##### Изменения:

[](#изменения)

- Исправление вывода тестов сделанных через датапровайдер
- Своя логика именования тестов, шагов. Для датапровайдера название берется с $example\['wantTo'\]
- Подключение [screen-diff-plugin](https://github.com/allure-framework/allure2/tree/master/plugins/screen-diff-plugin) для [VisualCeption](https://github.com/mvadzim/VisualCeption)
- Автоматическое прикрепление скриншотов для каждого шага теста.
- Автоматическое прикрепление скриншота и исходного кода текущей страницы при падении теста
- Автоматическое прикрепление запроса и ответа при использовании PhpBrowser
- Вывод подшагов для step object
- Пометка упавшего шага красным значком

[![sample report screenshot](allure-report-sample.png)](allure-report-sample.png)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 53.3% 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 ~75 days

Recently: every ~3 days

Total

31

Last Release

2094d ago

Major Versions

1.2.7 → 2.0.02019-11-22

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

2.0.3PHP &gt;=5.6

### Community

Maintainers

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

---

Top Contributors

[![mvadzim](https://avatars.githubusercontent.com/u/14044901?v=4)](https://github.com/mvadzim "mvadzim (40 commits)")[![robot-bucket](https://avatars.githubusercontent.com/u/135020565?v=4)](https://github.com/robot-bucket "robot-bucket (14 commits)")[![vania-pooh](https://avatars.githubusercontent.com/u/829320?v=4)](https://github.com/vania-pooh "vania-pooh (7 commits)")[![Mitrichius](https://avatars.githubusercontent.com/u/7609386?v=4)](https://github.com/Mitrichius "Mitrichius (3 commits)")[![esteban-serfe](https://avatars.githubusercontent.com/u/26123716?v=4)](https://github.com/esteban-serfe "esteban-serfe (2 commits)")[![vsugak](https://avatars.githubusercontent.com/u/8415428?v=4)](https://github.com/vsugak "vsugak (2 commits)")[![nicholascus](https://avatars.githubusercontent.com/u/1756853?v=4)](https://github.com/nicholascus "nicholascus (1 commits)")[![pablopaul](https://avatars.githubusercontent.com/u/635526?v=4)](https://github.com/pablopaul "pablopaul (1 commits)")[![ivan1986](https://avatars.githubusercontent.com/u/156418?v=4)](https://github.com/ivan1986 "ivan1986 (1 commits)")[![scaytrase](https://avatars.githubusercontent.com/u/6578413?v=4)](https://github.com/scaytrase "scaytrase (1 commits)")[![thespecial](https://avatars.githubusercontent.com/u/3316019?v=4)](https://github.com/thespecial "thespecial (1 commits)")[![etki](https://avatars.githubusercontent.com/u/1909762?v=4)](https://github.com/etki "etki (1 commits)")[![kouratoras](https://avatars.githubusercontent.com/u/647602?v=4)](https://github.com/kouratoras "kouratoras (1 commits)")

---

Tags

testingcodeceptionreportattachmentsallurestepscases

### Embed Badge

![Health badge](/badges/mvadzim-allure-codeception/health.svg)

```
[![Health](https://phpackages.com/badges/mvadzim-allure-codeception/health.svg)](https://phpackages.com/packages/mvadzim-allure-codeception)
```

###  Alternatives

[allure-framework/allure-codeception

Allure Codeception integration

5212.1M7](/packages/allure-framework-allure-codeception)[allure-framework/allure-phpunit

Allure PHPUnit integration

6612.8M36](/packages/allure-framework-allure-phpunit)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k26.2M1.8k](/packages/infection-infection)[phpbench/phpbench

PHP Benchmarking Framework

2.0k13.0M627](/packages/phpbench-phpbench)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)

PHPackages © 2026

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