`odo test` - execute test command defined in devfile
/kind user-story
User Story
As an odo user I want to be able to run test command as defined in devfile.yaml so that I can run predefined tests and see results.
Acceptance Criteria
- [ ]
odo testcommand should run the defaultkind: testcommand as defined in the devfile.yaml
Links
The logic behind the command execution should be the same as in https://github.com/redhat-developer/odo/issues/6568 The only difference is that #6568 odo test executes default test command, and odo run is more generic to allow execution of any command from devfile.
It might be good idea to implement #6568 first, and then reuse the same logic for odo test
/kind user-story
Grooming (Jul 6, 2023)
- Determine the
testcommand to run (default or single non-default one) - Reuse the low-level logic of
odo run(which makes sure the Dev session is started, executes the command, grabs the logs, ...)
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.
/remove-lifecycle stale
Still relevant.
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.
/lifecycle frozen /remove-lifecycle stale