library behat-scenario-file-line
A Behat output formatter which shows a list of scenarios' filename and line
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
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)
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)
dev-master
9999999-dev
A Behat output formatter which shows a list of scenarios' filename and line
Sources
Download
MIT
The Development Requires