0.01
No commit activity in last 3 years
No release in over 3 years
CasperJS commands run in processes spawned by Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 1.0.0
~> 1.7.2
~> 0.3.6
 Project Readme

(casper, the) friendly_ghost Build Status

Overview

A simplistic, opinionated Ruby runner for CasperJS projects. Designed to hand JSON from the last line of STDOUT back to the user. Maybe someone else will find it useful, but I doubt it.

Installation

Using rubygems: gem install friendly_ghost

OR using Bundler: gem 'friendly_ghost'

OR using hub: git clone ezkl/friendly_ghost

Usage

runner = FriendlyGhost::Runner.new
runner.casper_path #=> /usr/local/bin/casperjs

runner.command 'test spec/support/json.js'
runner.process.success? #=> true
runner.process.out #=> STDOUT
runner.process.err #=> STDERR

Dependencies