rasstroen/codeception-progress-reporter

v5.0.0 2021-12-17 14:11 UTC

README

Build Status

preview

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