Determine readability of gherkin files.
1.7K
This tool checks the readability of gherkin files.
run gherkin_readability on a list of files
gherkin_readability FEATURE_FILES
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.
Install it with:
sudo gem install gherkin_readability
After that gherkin_readability executable is available.
Content type
Image
Digest
sha256:3bff149b4…
Size
255.6 MB
Last updated
over 9 years ago
docker pull gherkin/readability