Sign inSign up

gherkin/format

By gherkin

•Updated over 9 years ago

Formats gherkin files

Image
1

50K+

gherkin/format repository overview

⁠Formatter for Gherkin Files

Build Status Docker Build Downloads Latest Tag

This tool formats gherkin files.

⁠Usage

run gherkin_format on a list of files

gherkin_format FEATURE_FILES

To replace files with their formatted counterpart add the option --replace.

To get detailed information in case of errors use --verbose.

To format gherkin files using a custom format, it's possible to specify a template using --template TEMPLATE. The template provided is a erb-template.

These templates are predefined:

  • markdown
  • multi_markdown
⁠Usage with Docker

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

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

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

⁠Installation

Install it with:

sudo gem install gherkin_format

After that gherkin_format executable is available.

Tag summary

Content type

Image

Digest

sha256:0e28b02dc…

Size

271.3 MB

Last updated

over 9 years ago

docker pull gherkin/format