tayzlor/statsd-extension

StatsD extension for behat

dev-master 2014-06-06 14:43 UTC

This package is not auto-updated.

Last update: 2024-04-09 03:57:16 UTC


README

A StatsD extension for Behat. Provides integration with StatsD for sending metrics from Behat tests for graphing in a backend service such as Graphite.

Installation

Add the following to your project's composer.json file:

{
    "require": {
        "tayzlor/statsd-extension": "dev-master"
    }
}