Skip to content

Initial Version of Gherkin Processor

Compare
Choose a tag to compare
@MarkLehoczky MarkLehoczky released this 13 Dec 18:50
· 71 commits to main since this 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!