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

Add Gherkin abstraction layer #244

Merged
merged 4 commits into from Nov 2, 2022
Merged

Commits on Nov 7, 2021

  1. Replace Gherkin layer

    Replacing direct `cucumber-gherkin` access with `cuke_modeler` usage.
    enkessler committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dbdd438 View commit details
    Browse the repository at this point in the history
  2. Replace more raw Gherkin references

    Updated a few more likely looking spots, even though no tests failed
    without the changes.
    enkessler committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    50b2463 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Update CukeModeler version

    Using the latest release of `cuke_modeler` in order to have cleaner
    access to node column and line data.
    enkessler committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    f6ac311 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Update CukeModeler version

    Using the latest release of `cuke_modeler` in order to have cleaner
    access to feature language data.
    enkessler committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    9ae2dd5 View commit details
    Browse the repository at this point in the history