Releases: elchupanebrej/pytest-bdd-ng
Releases · elchupanebrej/pytest-bdd-ng
pytest-bdd-ng-2.3.1
Bump version & update changelog
pytest-bdd-ng-2.3.0
What's Changed
- Add Feature files in the markdown
- Add dummy html reporter from messages
pytest-bdd-ng-2.2.0
What's Changed
- Bump version and update changelog by @elchupanebrej in #113
- Document comparison between pytest-bdd and pytest-bdd-ng by @elchupanebrej in #114
- Feature/self descripting gherkin by @elchupanebrej in #116
- Rework documentation structure by @elchupanebrej in #117
- Rework documentation structure by @elchupanebrej in #118
- Adjust Sphinx documentation by @elchupanebrej in #119
- Fixup documentation by @elchupanebrej in #120
- Adjust Sphinx documentation by @elchupanebrej in #121
- Add example of Cucumber ndjson report usage by @elchupanebrej in #122
Full Changelog: pytest-bdd-ng-2.1.4...pytest-bdd-ng-2.2.0
pytest-bdd-ng-2.1.4
What's Changed
- Fixes of compatibility issues
Messages support & conditional hooks
pytest-bdd-ng-2.1.3 Bump version to 2.1.3
Messages support & conditional hooks
pytest-bdd-ng-2.1.2 Use updated deps cuke-messages & cuke-ci-environment
Fix up pydantic dependency
pytest-bdd-ng-2.0.2 Freeze pydantic version for mypy
Features autoload & messages model
pytest-bdd-ng-2.0.0 Up version to 2.0.0
Features autoloading
1.2.3 Up pytest-bdd-ng version
API for registering imported steps
Add possibility to register imported steps (#63) * Add the possibility to register imported steps * Add test step definition hierarchy overlapping from #544