-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add support to print list of implemented steps #2433
Conversation
Benchmark Results
Notes
See Workflow log for more details. |
@sriv is there a plan to finish this? It would be a very good addition to gauge. |
usage: gauge list --steps Signed-off-by: sriv <srikanth.ddit@gmail.com>
Signed-off-by: sriv <srikanth.ddit@gmail.com>
Signed-off-by: sriv <srikanth.ddit@gmail.com>
Tested this as follows and all is good
|
Sigh, PyPi CLI release broken somehow again :-( Might be one of the setuptools bumps - seems to have started creating BAD https://github.com/getgauge/gauge/actions/runs/8988550261/job/24689918571 Does anyone use that Python-installed CLI I wonder? :-/ |
Filed at #2536 for now. (ignore: rubber ducked my way to fixing it, should be OK for next release - probably no rush) |
Not sure if we can fully trust this, but it seems like it's being downloaded a lot. From https://pypistats.org/packages/getgauge |
Not sure if the stats can be trusted either but the package in question here (the CLI installer) is https://pypistats.org/packages/getgauge-cli rather than the other one (the python language support) |
Ah yes you are right. So it's something around like
I am not sure how to interpret it. But it looks like there is decent usage. |
usage: gauge list --steps
fixes #2432
Signed-off-by: sriv srikanth.ddit@gmail.com