Project

featuremap

0.0
No commit activity in last 3 years
No release in over 3 years
Featurmaps helps you to visualize the functionality of your \ application by turning your Gherkin features into a mindmap
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

featuremap

This script converts Gherkin feature files into a Freemind mindmap.

sample featuremap

Installation

Run gem install featuremap to install featuremap and all required libraries.

Prerequisites

Featuremap is a Ruby script. It uses the cuke_modeler gem to analyze Gherkin feature files.

Usage

featuremap [options] features_dir [mindmap_file]

parameter description
features_dir This is the root directory containing the Gherkin feature files. Typically named "features".
mindmap_file The name of the mindmap file created by featuremap. If omitted featuremap writes to stdout.

Options

parameter description
-v, --verbose show log messages (disabled by default if featuremap writes to stdout)
-t, --use_tags use tags instead of subdirs to attach feauture names to the mindmap