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
Add command that would list all available Steps based on the tests.conf and local steps. This would help the test developer to now what Steps are already implemented and can be reused. The option could be something like # ctf-cli list-steps. Output could contain the name of the remote tests repository and the list of Steps available in it.
The text was updated successfully, but these errors were encountered:
I'm for anything that will do the job. The command you've noted will fail if there is something messed up in environment.py or if something can not be imported. Another approach would be just go through all the steps/*.py files. But letting behave handle this seems like a good approach.
Add command that would list all available Steps based on the
tests.conf
and local steps. This would help the test developer to now what Steps are already implemented and can be reused. The option could be something like# ctf-cli list-steps
. Output could contain the name of the remote tests repository and the list of Steps available in it.The text was updated successfully, but these errors were encountered: