Skip to content

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

License

Notifications You must be signed in to change notification settings

sshaw/selfie_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages