Skip to content

seanhamlin/xkcd-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XKCD API tests

General smoke tests for the XKCD JSON API. This is a general example on how you can use CasperJS to help automate API tests and reduce manual effort.

Installation

First you will need to install PhantomJS, the 2.1.1 release (or newer) is preferred. Once you have downloaded the binary, symlink this to /usr/local/bin/phantomjs.

Next is CasperJS, you can git clone this repo

git clone https://github.com/n1k0/casperjs.git
git checkout 1.1.1

Then symlink the bin/casperjs script to /usr/local/bin/casperjs.

You can verify this works by running:

casperjs --version
phantomjs --version

From anywhere (as these should now be on your path).

Run the tests

This is simple.

./run.sh

You can also test the TEST site instance with

./run.sh -e=TEST

CasperJS will report success or failure at the end of the test run. Tests can take upwards of 1 minute to run (depending on site speed).

Debug

You can run the script with an optional parameter to get CasperJS debug output.

./run.sh -v

Example output

Example output from CasperJS

Read more

I wrote a blog post on this framework, where I attempt to explain some of the features of the testing framework and why you might want to use it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published