Skip to main content

ogoron run

Purpose

Use ogoron run when you want to execute tests without generating a heal-focused report.

Subcommands

  • ogoron run tests — run generated unit tests (by default: the latest batch)

Common options

Common flags for ogoron run tests:

  • --all — run all generated batches (not only the latest timestamp)
  • --profile / --stack / --sut-preset — control test execution settings

Examples

# Run the latest generated unit test batch
ogoron run tests

# Run all generated batches
ogoron run tests --all

Notes

  • Use ogoron run tests --help to see execution flags (profile/stack/SUT preset).