-
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
Support application testing defined in the devfile v2 #3284
Comments
blocked by: #3291 |
ping @girishramnani @kadel @dharmit should we discuss this a bit more before we merge the PR? |
@cdrage is there anything specific that you want to discuss? |
@kadel Nope, just wanted to make sure that there is a clear consensus on getting this merged in since I didn't see any discussion. But I think this command is great in order to test the commands |
/remove-triage needs-information |
/kind user-story
User Story
As a user, I want to test my application using the test defined in a devfile. Devfile 2.0 supports defining commands belongs to the
test
group (devfile/api#27). The test command will be used for running automated testing on the application.Acceptance Criteria
odo test
will run test command (command belongs to thetest
group) specified in the command that belongs to the grouptest
defined in the devfileodo test
:isDefault
set to true-
odo test --test-command <command name>
will execute the command with the given command name regardless of a default test command is defined or not.--test-command
is not use.Links
/kind user-story
/area devfile
The text was updated successfully, but these errors were encountered: