2017 © Pedro Peláez
 

library behat-csv-formatter

This will create a CSV formatter for Behat.

image

miamioh/behat-csv-formatter

This will create a CSV formatter for Behat.

  • Wednesday, March 7, 2018
  • by donkidd
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 105 % Grown

The README.md

Installation

Prerequisites

This extension requires:, (*1)

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

Install with composer:

$ composer require miamioh/behat-CSVFormatter

Basic usage

Activate the extension by specifying its class in your behat.yml:, (*2)

# behat.yml
default:
    suites:
    ...

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

    ...

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: ' ), (*3)

The Versions

07/03 2018

dev-master

9999999-dev

This will create a CSV formatter for Behat.

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

by Don Kidd

07/03 2018

v0.7

0.7.0.0

This will create a CSV formatter for Behat.

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

by Don Kidd

26/01 2018

v0.6

0.6.0.0

This will create a CSV formatter for Behat.

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

by Don Kidd

13/11 2017

v0.5.1

0.5.1.0

This will create a CSV formatter for Behat.

  Sources   Download

The Requires

 

The Development Requires

by Don Kidd

07/11 2017

v0.5.0

0.5.0.0

This will create a CSV formatter for Behat.

  Sources   Download

The Requires

 

The Development Requires

by Don Kidd