raviqqe / gherkin-format

Gherkin code formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gherkin-format

GitHub Action Codecov Go Report Card License

Gherkin code formatter

Features

  • Keywords
    • e.g. Feature, Scenario, Background, Rule, steps, ...
  • Tables
    • Each column is aligned across rows.
  • Tags
  • Comments

Install

go install github.com/raviqqe/gherkin-format@latest

Usage

gherkin-format < file1.feature > file2.feature

For more information, run gherkin-format --help.

License

MIT

About

Gherkin code formatter

License:MIT License


Languages

Language:Go 100.0%