Skip to content

Releases: MarkLehoczky/gherkin-processor

v0.0.2

31 Dec 21:32
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

  • New IO functionalitites
  • New CLI based execution
  • Improved examples
  • Fixed minor defects
    • Fixed issue description return value when the scenario is valid

Full Changelog: v0.0.1...v0.0.2

Initial Version of Gherkin Processor

13 Dec 18:50
Compare
Choose a tag to compare
Pre-release

Pre-release: Initial Version of Gherkin Processor

This package is designed to convert Gherkin scenarios (written in plain text) into Python dataclass objects.

What's Included:

  • Convert Gherkin scenarios into Python dataclasses.
  • Strict and Relaxed Modes:
    • Strict Mode: Ensures scenarios follow the correct Gherkin syntax.
    • Relaxed Mode: Handles and converts scenarios with minor formatting issues.

Note: This pre-release is an early testing version, and additional features, optimizations, and documentation improvements are planned for upcoming releases. Your feedback is invaluable in shaping the future of this project!

How to Get Started:
Check out the README for installation and usage instructions.

Let me know if you’d like further edits or additions!