Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command for listing all available steps #5

Open
thozza opened this issue Apr 27, 2015 · 3 comments
Open

Add command for listing all available steps #5

thozza opened this issue Apr 27, 2015 · 3 comments
Milestone

Comments

@thozza
Copy link
Contributor

thozza commented Apr 27, 2015

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.

@vrutkovs
Copy link
Member

We probably should parse the output of behave -f steps -d

@thozza
Copy link
Contributor Author

thozza commented Apr 28, 2015

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.

@vrutkovs vrutkovs modified the milestone: 0.1 May 19, 2015
@vrutkovs
Copy link
Member

Additional feature: list params, accepted by environment.py, currently Dockerfile or Image

@vrutkovs vrutkovs modified the milestones: 0.2, 0.1 Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants