theodo/behat-profiling-extension

A simple profiler that shows you the durating of each step

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

This package is not auto-updated.

Last update: 2024-04-23 04:25:11 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: ~