codeception/codeception-progress-reporter
Package info
github.com/fr05t1k/codeception-progress-reporter
pkg:composer/codeception/codeception-progress-reporter
4.0.5
2022-08-31 19:21 UTC
Requires
- php: >=5.6.0
- codeception/codeception: >=2.3
- symfony/console: >=2.7 <6.0
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT e1abef288f68cc98cb662e2f3fb5a4fbf32c8e80
This package is auto-updated.
Last update: 2026-06-20 02:09:27 UTC
README
How to install
composer require codeception/codeception-progress-reporter
How to enable:
Place it in your codeception.yml
extensions: enabled: - Codeception\ProgressReporter\ProgressReporter
Or specify manually
codecept run --ext Codeception\\ProgressReporter\\ProgressReporter
