Releases: MarkLehoczky/gherkin-processor
Releases · MarkLehoczky/gherkin-processor
v0.0.2
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
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!