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
Currently i'm using the snippet builder as an alert to make my user understand that they might have a misspell on their step definition.
The snippet would look like:
😵 Oooppps! The steps in the file locals/get.feature line 10 does not exist:
As you can see i try to access to the file and line concerned, however from my research i couldn't find a way to access to these 2 information from the custom snippet syntax class
olivierodo
changed the title
Snipper builder: Access to the file and line
Snipper builder: Access to the feature file name and missing step definition line
Apr 20, 2023
🤔 What's the problem you're trying to solve?
Currently i'm using the snippet builder as an alert to make my user understand that they might have a misspell on their step definition.
The snippet would look like:
As you can see i try to access to the file and line concerned, however from my research i couldn't find a way to access to these 2 information from the custom snippet syntax class
✨ What's your proposed solution?
Extends the options of the IBuildRequest
⛏ Have you considered any alternatives or workarounds?
I think so...
📚 Any additional context?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: