No commit activity in last 3 years
No release in over 3 years
An RSpec Formatter for the new generation for programmers. Selfie Formatter takes photos of you while your tests run and uses them to track progress and format the results. Currently only works on OS X with iTerm2 >= 3.0.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

~> 3.0
 Project Readme

The RSpec Selfie Formatter

An RSpec Formatter for the new generation of programmers.

Selfie Formatter Animation

The Selfie Formatter takes photos of you while your tests run and uses them to track progress and format the results.

Currently only works on OS X with iTerm2 >= 3.0. Warning see known issues.

Installation

ImageMagick is required

brew install imagemagick --with-fontconfig

Then

gem install selfie_formatter

Or, in your Gemfile

gem "selfie_formatter", :group => "test"

Usage

rspec -f SelfieFormatter

Known Issues

  1. Slower tests. Yes, vanity has its price: the camera takes time to warm up, and a small sleep time is added prior to taking the each photo. At some point the sleep time may be added as an option.

  2. Photos are taken via imagesnap, which is a fine program but can quickly eat up memory. Upwards of 500 MB after 10 or 15 seconds.

  3. Photos are taken every 300ms. Unused photos are cleaned up after every test completes but if a single test takes a while to complete photos can start to eat up disk space.

At some point I may write something that does not fake the Camera interface via fork. imagesnap and CaptureCamera are good starting points.

License

The gem is available as open source under the terms of the MIT License.