Skip to content

funkwerk/gherkin_readability

Repository files navigation

Check Readability of Gherkin Files

Build Status Docker Build Downloads Latest Tag

This tool checks the readability of gherkin files.

Usage

run gherkin_readability on a list of files

gherkin_readability FEATURE_FILES

Usage with Docker

Assuming there are feature files in the current directory. Then call.

docker run -ti -v $(pwd):/src -w /src gherkin/readability *.feature

This will mount the current directory within the Gherkin Readability Docker Container and then check all feature files.

Installation

Install it with:

sudo gem install gherkin_readability

After that gherkin_readability executable is available.