Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 550 Bytes

File metadata and controls

21 lines (18 loc) · 550 Bytes

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