Replies: 4 comments 7 replies
-
there is a plugin for gauge called this is the closest I can think of. There is also |
Beta Was this translation helpful? Give feedback.
-
Sure, I appreciate the offer. Let's say I have the following :
My goal is, to sweep the step_impl directory to get a list of every step available:
These wind up going into a user guide we have for our test developers The sticking point is getting at the ones with multiple aliases. I even tried ChatGPT for a regex to help, but so far that's been a dead end, I think it's hung up on the line breaks.
|
Beta Was this translation helpful? Give feedback.
-
I made some changes to support
Is this the sort of output you were expecting? I can try to push the code to a branch if that helps |
Beta Was this translation helpful? Give feedback.
-
#2433 raised for this. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions