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
Originally posted by EGTomKies October 27, 2023
I know it loads in VSC Gauge will pre-register steps.
Is there any way to utilize that to get a list of steps outputted to a file? I'm trying to make a list for my user's benefit.
Going line by line over the file and pulling out the steps in lines starting with @step is easy enough, but I'm having issues getting at the ones inside an array.
Before I reinvent the wheel, I figured I'd ask if there's a CLI tool I may be overlooking like the one that can out put a full list of specs.
The text was updated successfully, but these errors were encountered:
Discussed in #2423
Originally posted by EGTomKies October 27, 2023
I know it loads in VSC Gauge will pre-register steps.
Is there any way to utilize that to get a list of steps outputted to a file? I'm trying to make a list for my user's benefit.
Going line by line over the file and pulling out the steps in lines starting with
@step
is easy enough, but I'm having issues getting at the ones inside an array.Before I reinvent the wheel, I figured I'd ask if there's a CLI tool I may be overlooking like the one that can out put a full list of specs.
The text was updated successfully, but these errors were encountered: