-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support code aliases break step definition stacktrace (v2.3.0) #846
Comments
Danget. Yep thats an error caused by the recent changes. Should be easy to add a feature test for this. The code currently assumes the user is calling |
@charlierudolph I sent you a message on Gitter (don't know if you use it). I'd like to PR this but I'm getting stuck. |
@pittgoose sorry I'm not reliably on gitter. You can open a work in progress PR and I can help out there |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm using the JSON formatter to report on my tests.
I just upgraded to cucumber 2.3.0 and I changed some step definition files to use the new aliases to define my steps as such:
This results in the json file looking like this:
But if I change my SD file to use
defineSupportCode
like this:I get the proper references to my step location:
@charlierudolph This is something you just worked on. Could we collab on a solution?
The text was updated successfully, but these errors were encountered: