Feb
28th
Sat
28th
Cucumber metrics with Dash
While learning how to implement custom metrics for Dash, I hacked together a littlesensor plugin that runs Cucumber on a given path and reports on passing, failing, skipped, and pending steps.
To use, save the plugin to ~/.fiveruns-dash-sensor and add the following to config.rb:
sensor.plugin 'cucumber', :path => 'PATH_TO_ROOT'
More on sensor. This plugin was inspired by cucumber-nagios.
