composer require codeception/codeception-progress-reporter
Place it in your codeception.yml
extensions:
enabled:
- Codeception\ProgressReporter\ProgressReporter
Or specify manually
codecept run --ext Codeception\\ProgressReporter\\ProgressReporter