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

ActiveLibrary

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(4y ago)060Apache-2.0PHPPHP &gt;=5.6

Since Feb 4Pushed 4y 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 1w 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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

1788d 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

[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[lucidarch/lucid

An architecture for scalable software.

326307.6k2](/packages/lucidarch-lucid)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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