Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/self descripting gherkin #116

Merged
merged 13 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ In-progress

Planned
-------
- API doc
- Add struct_bdd autoload
- Move tox.ini, pytest.ini into pyproject.toml
- Review report generation to be conform with official tools
- Add tests about linked files and features autoload (feature autoload must not be disabled on linked files)
- Check using Path globs on the feature loading via scenario/scenarios
- Rework extended_step_context method usage
- Remove tests targeting Feature parsing

- https://github.com/pytest-dev/pytest-bdd/issues/488
- Nested Rules support
Expand All @@ -16,6 +23,7 @@ Planned
- Implement support of \*.md files

- Waiting for upstream issue https://github.com/cucumber/gherkin/pull/64
- Use js implementation for such feature
- Support of messages:

- Pending:
Expand All @@ -30,6 +38,8 @@ Planned
- Generate documentation via https://github.com/jolly-good-toolbelt/sphinx_gherkindoc instead of direct use

- Move sphinx-gherkindoc to official parser

- Documentation is ugly when contains injected code
- Rework generation code to include new features directly

- Generate code into dir structure aligned with proposed project layout
Expand All @@ -49,6 +59,11 @@ Planned
- Add support of native legacy cucumber-json
- Test against https://github.com/cucumber/json-formatter

Unreleased
----------
- Fixed pytest.ini option "disable_feature_autoload"
- Improved fixture injection by adding seamless fixtures on plugin/module collection

2.1.4
----------
- Add support for Python 3.12 in CI
Expand Down
Loading
Loading