Project

akui

0.0
No commit activity in last 3 years
No release in over 3 years
Automate testing code on the browser by using Rack middleware to include JS testing code files into your rendered HTML.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 1.5
~> 0.9
> 1.6
> 2.0

Runtime

 Project Readme

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:

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.