fr05t1k / codeception-progress-reporter

Reporter for codeception with a progress bar
https://github.com/fr05t1k/codeception-progress-reporter
MIT License
28 stars 7 forks source link

Codeception Progress Reporter

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