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

🐛 Step names can't be duplicated #91

Closed

Commits on Aug 10, 2023

  1. 🐛 Step names can't be duplicated

    Problem:
    - Steps are only matched by the name which prevents multiple steps on
      different lines to be used as the first match will be always taken.
    
    Solution:
    - Follow also the line step next to the name so that steps with the same
      name can be distinguished. In order for the step to match the name has
      to match and the line of given step has to be greater/equal than the
      line of the currently processed step.
    kris-jusiak authored and Kris Jusiak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2fd9da0 View commit details
    Browse the repository at this point in the history