/aqua-screenshots

Using CasperJS to generate Aqua demo screen shots

Primary LanguageJavaScript

aqua-screenshots

A casperjs script to generate screenshots for Aqua.

Installation

$ git clone git@github.com:jedireza/aqua-screenshots.git
$ cd aqua-screenshots
$ npm install

Generate the images

First, have a copy of Aqua running at http://127.0.0.1:8000/.

Be sure to have an admin user with username root and password root and an account user with username jimmy and password test.

$ npm start

The .png files will be in the ./screenshots/ folder.