PHPackages                             miamioh/behat-csv-formatter - 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. miamioh/behat-csv-formatter

ActiveLibrary

miamioh/behat-csv-formatter
===========================

This will create a CSV formatter for Behat.

v0.7(8y ago)162GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Nov 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/MiamiOH/Behat-CSVFormatter)[ Packagist](https://packagist.org/packages/miamioh/behat-csv-formatter)[ RSS](/packages/miamioh-behat-csv-formatter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Installation
------------

[](#installation)

### Prerequisites

[](#prerequisites)

This extension requires:

- PHP 7.0 or higher
- Behat 3.x or higher

#### Install with composer:

[](#install-with-composer)

```
$ composer require miamioh/behat-CSVFormatter
```

Basic usage
-----------

[](#basic-usage)

Activate the extension by specifying its class in your `behat.yml`:

```
# behat.yml
default:
    suites:
    ...

    extensions:
        miamioh\behat-CSVFormatter:
            filename: report.csv
            outputDir: %paths.base%/build/tests

    ...

```

Configuration
-------------

[](#configuration)

- `filename` - filename
- `outputDir` - dir to be created filename

(Optional Parameters)

- `columnList` - Used as the header column of CSV output if write Method is Overwrite, can also be used to limit the columns that will be displayed in the output. (Default: Suite,Name,Tags,StartTime,EndTime,Duration,Status,StepName,ErrorMessage)
- `writeMethod` - Append or Overwrite possible write methods (Default: Append )
- `delimiter` - delimiter used to separate the fields of Output (Default: , )
- `enclosure` - character used to denote the beginning and ending of the field (Default: ' )

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~39 days

Total

4

Last Release

2984d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56e4d6bb6025a10c51debbf1dfe38cadc24ffaf40806c9705bbb65cc2d500e29?d=identicon)[donkidd](/maintainers/donkidd)

---

Top Contributors

[![donkidd](https://avatars.githubusercontent.com/u/325242?v=4)](https://github.com/donkidd "donkidd (20 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/miamioh-behat-csv-formatter/health.svg)

```
[![Health](https://phpackages.com/badges/miamioh-behat-csv-formatter/health.svg)](https://phpackages.com/packages/miamioh-behat-csv-formatter)
```

###  Alternatives

[drupal/drupal-extension

Drupal extension for Behat

22215.1M146](/packages/drupal-drupal-extension)[friends-of-behat/symfony-extension

Integrates Behat with Symfony.

48223.4M546](/packages/friends-of-behat-symfony-extension)[friends-of-behat/variadic-extension

Variadic support for behat context arguments

2286.0M442](/packages/friends-of-behat-variadic-extension)[friends-of-behat/mink-extension

Mink extension for Behat

14034.2M465](/packages/friends-of-behat-mink-extension)[wp-cli/wp-cli-tests

WP-CLI testing framework

422.7M87](/packages/wp-cli-wp-cli-tests)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)

PHPackages © 2026

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