Ichabod
Headless JavaScript testing with WebKit
Install / Use
/learn @maccman/IchabodREADME
#Ichabod
Run JavaScript tests from the command line using a headless version of WebKit.
Features:
Prerequisites
The only prerequisites are OSX and macruby.
##Installation
$ macgem install ichabod
Or, if you're using rvm:
$ rvm use macruby
$ gem install ichabod
Usage
ichabod ./your/file.html
ichabod http://example.com
ichabod --jasmine http://your-jasmine-test-page.html
ichabod --qunit http://your-qunit-test-page.html
ichabod --jasmin ./local-qunit-path/index.html
xxxxxxxxxxxxxoxxxxxxxxxx
- X failed because of xyz
More Usage
$ ichabod
js> 1 + 1
=> 2
js> function name() { return "ichabod!" }
=> undefined
js> name
=> function name() { return "ichabod!" }
js> name()
=> "ichabod!"
js> Ruby.puts('Ruby, I presume.')
Ruby, I presume.
=> undefined
js> Ruby.File_read('hi.js')
=> "// this is hi.js\n"
js> Ichabod.exit();
Credit
Credit should go to the real author behind this - Chris Wanstrath who wrote Lyndon. Most of the code follows his original ideas, I've extended that to add test support and enhancements to the WebKit WebView.
And thanks to my tweeps who suggested the name: knewter, tiegz, enriclluelles.
Copyright
Copyright (c) 2011 Chris Wanstrath, Alex MacCaw under the MIT LICENSE.
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
