No commit activity in last 3 years
No release in over 3 years
Determine readability of Gherkin Files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.6.2

Runtime

= 3.2.0
>= 1.12.1
>= 0.1.4
 Project Readme

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.