odo icon indicating copy to clipboard operation
odo copied to clipboard

`odo test` - execute test command defined in devfile

Open kadel opened this issue 3 years ago • 5 comments

/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 test command should run the default kind: test command 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

kadel avatar Aug 31 '22 15:08 kadel

Grooming (Jul 6, 2023)

  • Determine the test command 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, ...)

rm3l avatar Jul 06 '23 13:07 rm3l

A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.

github-actions[bot] avatar Oct 05 '23 00:10 github-actions[bot]

/remove-lifecycle stale

Still relevant.

rm3l avatar Oct 05 '23 07:10 rm3l

A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.

github-actions[bot] avatar Jan 04 '24 00:01 github-actions[bot]

/lifecycle frozen /remove-lifecycle stale

rm3l avatar Jan 04 '24 09:01 rm3l