Sign inSign up

gherkin/readability

By gherkin

•Updated over 9 years ago

Determine readability of gherkin files.

Image
1

1.7K

gherkin/readability repository overview

⁠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.

Tag summary

Content type

Image

Digest

sha256:3bff149b4…

Size

255.6 MB

Last updated

over 9 years ago

docker pull gherkin/readability