2017 © Pedro Peláez
 

library feature-browser

Feature Browser takes your Behat .feature files and turns them alchemy-like into an interactive user manual.

image

feature-browser/feature-browser

Feature Browser takes your Behat .feature files and turns them alchemy-like into an interactive user manual.

  • Thursday, March 24, 2016
  • by jmauerhan
  • Repository
  • 4 Watchers
  • 25 Stars
  • 289 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

FeatureBrowser

A tool that parses your Behat .feature files and turns them alchemy-like into an interactive user manual., (*1)

The Feature Browser tool generates .html files to represent your .feature files in a user-friendly format. Users can browse the generated manual by tag or directory, and view the features with all scenario outlines expanded., (*2)

Contributing

Pull requests are very welcome, please base them off develop branch. Thank you!, (*3)

Installation

Install via composer/packagist:, (*4)

composer require "feature-browser/feature-browser": "~1.0"

If you plan to use the tool only in your development environment and then deploy the generated documentation, rather than generating the files in your production environment, you can simply require dev only., (*5)

composer require --dev "feature-browser/feature-browser": "~1.0"

Configuration

Configuring the FeatureBrowser can be done via the featurebrowser.yml file in your project root., (*6)

featurebrowser:
  project-name: 'My Project'
  base-url: 'myproject.com'
  output-directory: 'docs'
  features-directory: 'features'

Usage

Run the featurebrowser generator from the command line:, (*7)

php bin/featurebrowser generate

Code Quality Scores

SensioLabsInsight, (*8)

Code Climate, (*9)

Scrutinizer Code Quality, (*10)

DashboardHub Badge, (*11)

The Versions

24/03 2016

dev-master

9999999-dev

Feature Browser takes your Behat .feature files and turns them alchemy-like into an interactive user manual.

  Sources   Download

MIT

The Requires

 

15/05 2015

dev-develop

dev-develop

Feature Browser takes your Behat .feature files and turns them alchemy-like into an interactive user manual.

  Sources   Download

MIT

The Requires

 

15/05 2015

1.0.2

1.0.2.0

Feature Browser takes your Behat .feature files and turns them alchemy-like into an interactive user manual.

  Sources   Download

MIT

The Requires

 

11/05 2015

1.0.1

1.0.1.0

Feature Browser takes your Behat .feature files and turns them alchemy-like into an interactive user manual.

  Sources   Download

MIT

The Requires

 

11/05 2015

1.0.0

1.0.0.0

Feature Browser takes your Behat .feature files and turns them alchemy-like into an interactive user manual.

  Sources   Download

MIT

The Requires