2017 © Pedro PelĂĄez
 

library behat-junit-formatter

Behat 3 JUnit xml formatter

image

jarnaiz/behat-junit-formatter

Behat 3 JUnit xml formatter

  • Tuesday, January 26, 2016
  • by j-arnaiz
  • Repository
  • 2 Watchers
  • 14 Stars
  • 873,704 Installations
  • PHP
  • 11 Dependents
  • 0 Suggesters
  • 18 Forks
  • 2 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

Installation

Prerequisites

This extension requires:, (*1)

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

Install with composer:

$ composer require --dev jarnaiz/behat-junit-formatter

Basic usage

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

# behat.yml
default:
    suites:
    ...

    extensions:
        jarnaiz\JUnitFormatter\JUnitFormatterExtension:
            filename: report.xml
            outputDir: %paths.base%/build/tests
    ...

Be sure to call behat with the formatter:, (*3)

behat -f junit, (*4)

Configuration

  • filename - filename
  • outputDir - dir to be created filename

you also could use JARNAIZ_JUNIT_FILENAME and JARNAIZ_JUNIT_OUTPUTDIR env variables, (*5)

Issue Submission

Feel free to Create a new issue., (*6)

Thanks to

Thanks to emuse html extension that inspired me to created this one., (*7)

The Versions

26/01 2016

dev-master

9999999-dev

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz

26/01 2016

v1.3.2

1.3.2.0

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz

18/09 2015

v1.3.1

1.3.1.0

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz

18/09 2015

v1.3.0

1.3.0.0

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz

29/08 2015

v1.2.0

1.2.0.0

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz

02/08 2015

v1.1.1

1.1.1.0

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz

17/07 2015

v1.1.0

1.1.0.0

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz

04/07 2015

v1.0.0

1.0.0.0

Behat 3 JUnit xml formatter

  Sources   Download

The Requires

 

by JesĂșs Arnaiz