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

ambiguous step def detection akin to cucumber jvm #636

Merged
merged 11 commits into from
Jul 1, 2024

Commits on Jun 26, 2024

  1. added basic detection for ambiguous steps, but causes an error and no…

    …t yet recorded in the reports as 'Ambiguous', and no test cases figured out yet
    Johnlon committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1b8db25 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. added initial support for detection of ambiguous steps - further work…

    … take a look at how cuke jvm report ambiguous steps and sets the step status to 'ambiguous' rather than my current solution which just blows the test up as a regular step error
    Johnlon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a65a8a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. added suite_context_test and also introduced missing 'ambiguous' stat…

    …us to make cucumber jvm'
    Johnlon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dadf69a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f948b0 View commit details
    Browse the repository at this point in the history
  3. missed file from commit

    Johnlon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f448d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b73087 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d850eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9af0995 View commit details
    Browse the repository at this point in the history
  7. tests

    Johnlon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    078a136 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0bfcea View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Update internal/flags/flags.go

    Co-authored-by: Viacheslav Poturaev <[email protected]>
    Johnlon and vearutop committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a6f9c2e View commit details
    Browse the repository at this point in the history