You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
When Cucumber prints the scenario, it ideally needs a location for each step so it can print them to the user.
Example (imagined):
Scenario:
Given the range is 1000m # features/step_definition/steps.tcl:2
And Samantha is 1000m from Bob # features/step_definition/steps.tcl:5
TODO (Tcl::Error)
features/hear_shout.feature:8:in `And Samantha is 1000m from Bob'
When Bob sends a message "hello" # features/step_definition/steps.tcl:10
Then Samantha should hear "hello" # features/step_definition/steps.tcl:15
When Cucumber prints the scenario, it ideally needs a location for each step so it can print them to the user.
Example (imagined):