theodo/behat-profiling-extension

A simple profiler that shows you the durating of each step

Installs: 163

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 3

Forks: 2

Open Issues: 0

pkg:composer/theodo/behat-profiling-extension

dev-master 2014-06-25 17:51 UTC

This package is not auto-updated.

Last update: 2025-10-07 11:44:17 UTC


README

This extension allows you to profile your Behat steps. When enabled, it shows the time for each steps and allows you to find quick optimisation means.

To activate put the following config in your behat.yml:

default:
    extensions:
        Theodo\BehatProfilingExtension\Extension: ~