codeception/codeception-progress-reporter

Installs: 147 528

Dependents: 8

Suggesters: 0

Security: 0

Stars: 29

Watchers: 2

Forks: 7

Open Issues: 4

pkg:composer/codeception/codeception-progress-reporter

4.0.5 2022-08-31 19:21 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