No release in over 3 years
Low commit activity in last 3 years
Mounts a webserver to serve VCR cassettes for visualization on your browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 2.4
~> 2.13
~> 1.6
~> 10.0
~> 3.3
~> 0.7
~> 2.9
~> 1.21

Runtime

~> 3.0
 Project Readme

CassetteExplorer

CasetteExplorer is a command line utility that allow you to mount a webserver to load the VCR cassettes in the browser.

Installation

$ gem install cassette_explorer

Usage

$ cassette_explorer -h
Usage: cassette_explorer /path/to/vcr/cassettes/directory [options]
    -r, --no-replace-urls            Replace relative URLs with absolute URLs. Default: true
    -f, --load-in-iframe             Default the views to load in an iframe (it can be toggled from the page). Default: false
    -w, --watch                      Watches the cassettes for changes. Default: true
    -p, --port PORT                  Port to mount the server
    -h, --help                       Prints this help

TODO

  • Write better tests
  • Make the view a folder tree

Contributing

  1. Fork it ( https://github.com/Zequez/cassette_explorer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request