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

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

mkapoor/allure-codeception-custom
=================================

A fork of the Codeception adapater for Allure report which works with huge no of test cases including BDD.

7.0.9(5y ago)060Apache-2.0PHPPHP &gt;=5.6

Since Feb 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Madankapoor/allure-codeception-custom)[ Packagist](https://packagist.org/packages/mkapoor/allure-codeception-custom)[ Docs](http://allure.qatools.ru/)[ RSS](/packages/mkapoor-allure-codeception-custom/feed)WikiDiscussions master Synced 3w ago

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

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

[](#allure-codeception-adapter)

This is an fork of the offical [Codeception](http://codeception.com) adapter for Allure Framework present at .

What is this for?
-----------------

[](#what-is-this-for)

The main purpose of this adapter is to accumulate information about your tests and write it out to a set of XML files: one for each test class. This adapter only generates XML files containing information about tests. See [wiki section](https://github.com/allure-framework/allure-core/wiki#generating-report) on how to generate report.

Example project
---------------

[](#example-project)

Example project is located at:

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": {
	    "php": ">=5.4.0",
	    "mkapoor/allure-codeception": ">=1.1.0"
    }
}

```

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: false
            outputDirectory: allure-results
            ignoredAnnotations:
                - env
                - dataprovider
```

`deletePreviousResults` will clear all `.xml` files from output directory (this behavior may change to complete cleanup later). It is set to `false` by default.

`outputDirectory` is used to store Allure results and will be calculated relatively to Codeception output directory (also known as `paths: log` in codeception.yml) unless you specify an absolute path. You can traverse up using `..` as usual. `outputDirectory` defaults to `allure-results`.

`ignoredAnnotations` is used to define extra custom annotations to ignore. It is empty by default.

To generate report from your favourite terminal, [install](https://github.com/allure-framework/allure-cli#installation)allure-cli and run following command (assuming you're in project root and using default configuration):

```
allure generate --report-version 1.4.5 --report-path tests/_output/allure-report -- tests/_output/allure-results
```

Report will be generated in `tests/_output/allure-report`.

Main features
-------------

[](#main-features)

See respective [PHPUnit](https://github.com/allure-framework/allure-phpunit#advanced-features) section.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Recently: every ~35 days

Total

16

Last Release

1834d ago

Major Versions

2.0 → 3.02021-02-04

3.0 → 4.02021-02-04

4.0 → 5.02021-02-04

5.0 → 7.0.22021-02-04

6.0 → 7.02021-02-05

PHP version history (2 changes)1.0PHP &gt;=5.6

7.0.6PHP &gt;=7.1.3

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[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.2k28.9M2.4k](/packages/infection-infection)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)

PHPackages © 2026

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