Intro:
A Ruby gem that helps me automate testing JS code on the browser. It uses a Rack middleware to include JS testing code files into the rendered HTML.
This is not useful to you. Instead, use the following for testing stuff in the browser:
- Bromine.js
- Karma (aka Testacular)
- Casper.js
- Buster.js
- Watir <--- my favorite
- ... and a million other alternatives.
Dependencies
- jQuery >= 1.9.1+
- Underscore >= 1.4.3
- Fermata > 0.0.0
Install:
gem install akui
NOTE:
This was originally a npm module. That code is still available in the nodejs branch.