2017 © Pedro Peláez
 

library behat-scenario-file-line

A Behat output formatter which shows a list of scenarios' filename and line

image

niklongstone/behat-scenario-file-line

A Behat output formatter which shows a list of scenarios' filename and line

  • Tuesday, July 26, 2016
  • by niklongstone
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Behat File:Line output formatter

A Behat 3 output formatter which shows a list of scenarios with filename and line.
i.e.: feature/feature/MyScenario/login.feature:2, (*1)

Installation

Require the library via Composer

composer require niklongstone/behat-scenario-file-line:dev-master, (*2)

Add the formatter to your behat.yml:

default:
    formatters:
        fileline: true
    extensions:
        FileLineFormatter\FileLineFormatterExtension:
            name: fileline
            base_path: %paths.base%

From the command line run:

bin/behat --dry-run to list the scenarios files with lines., (*3)

The Versions

26/07 2016

dev-master

9999999-dev

A Behat output formatter which shows a list of scenarios' filename and line

  Sources   Download

MIT

The Development Requires