Check Readability of Gherkin Files
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.