Website for Yahoo's JavaScript internationalization suite.
This is a Node.js app which uses Express.
$ npm install
$ npm start
To run the health checks:
$ grunt health.check
By default, it will run the tests using the local instance (running on port 5000) But you can also specify a remote host:
$ grunt health.check --host=foo
To run the functional tests, you must first install grunt-casper
manually:
$ npm install grunt-casper@0.4.2