-
Notifications
You must be signed in to change notification settings - Fork 243
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
odo test
should have subcommand to list available tests to run with --test-command
#4449
Comments
/priority low |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@kadel: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
we first need to implement |
/status blocked |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
/kind feature
Which functionality do you think we should add?
odo test
run default test and in case there are many test commands 'odo test --test-command ` command can be used. In this case user have to go and find it in devfile. For IDE's it means parsing devfile and looking for commands in test group if I understand that correctly.Would be good if
odo test
would be able to list available test commands asodo test list
with-o json
support as well.Why is this needed?
For user that would be the same experience as as with other commands sub-commands odo has already. That would eliminate necessity to open devfile and search for it.
IDEs would be able to fetch list of available test commands for component without parsing devfile.
The text was updated successfully, but these errors were encountered: