gherking

GherKing is a tool to make Gherkin smarter! It allows you to handle Cucumber/Gherkin feature files programmatically, in your JavaScript/TypeScript code.

MIT License

Downloads
53.2K
Stars
13
Committers
4

Bot releases are hidden (Show)

gherking - v2.4.0 Latest Release

Published by szikszail 11 months ago

What's Changed

Dependencies

Full Changelog: https://github.com/gherking/gherking/compare/v2.3.0...v2.4.0

gherking - v2.3.0

Published by szikszail almost 2 years ago

What's Changed

  • 64 Check if precompilers can be installed dynamically without explicitly installing them by @szikszail in https://github.com/gherking/gherking/pull/75 - Added feature to install the missing gpc-* precompilers. It can be controlled with the install option.

Full Changelog: https://github.com/gherking/gherking/compare/v2.2.0...v2.3.0

gherking - v2.2.0

Published by szikszail almost 2 years ago

BREAKING CHANGE

As the main intended use-case of this tool is to use it as a CLI tool, the major version did not change, as from the CLI point of view, nothing has changed.
The process function is async to support new async precompilers.

What's Changed

Full Changelog: https://github.com/gherking/gherking/compare/v2.1.2...v2.2.0

gherking - v2.1.2

Published by szikszail over 2 years ago

What's Changed

Full Changelog: https://github.com/gherking/gherking/compare/v2.1.1...v2.1.2

gherking - v2.1.1

Published by MonikaLaszlo over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gherking/gherking/compare/v2.1.0...v2.1.1

gherking - v2.1.0

Published by szikszail over 2 years ago

What's Changed

Full Changelog: https://github.com/gherking/gherking/compare/v2.0.0...v2.1.0

gherking - v2.0.0

Published by szikszail over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gherking/gherking/compare/v1.2.0...v2.0.0

gherking - v1.2.0

Published by szikszail over 6 years ago

Added

  • Added predefined precompiler: removeDuplicates (#10)
  • Added predefined precompiler: scenarioNumbering (#6)
  • Added predefined precompiler: stepGroups (#7)
  • Added method to create macro step (#18)

Fixed

  • CLI commands are not working (#19)
gherking - v1.1.0

Published by szikszail over 6 years ago

Added

  • Added Gulp plugin (#3)
  • Added predefined precompiler: scenarioOutlineNumbering (#5)
  • Added predefined precompiler: macro (#9)
  • Added predefined precompiler: forLoop (#8)