Skip to content

therollingtester/mocha-starwars-apitests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

==========

Mocha Star Wars API Tests

Star Wars API test from the command line with love to you

Features

  • Written in JavaScript
  • Hits the Galactic endpoints from the outside world
  • Assertions on the JSON response
  • Quick and efficent
  • Easy to write new tests

Installation

  1. Install node.js, by either crack open your favourite package manager: typically apt-get install nodejs on Debian/Ubuntu Linux, brew install node on a Mac or directly from the website http://nodejs.org

  2. Clone the repository from github:


``` $ git clone https://github.com/therollingtester/mocha-starwars-apitests.git ```
  1. CD into the repository

``` $ cd mocha-starwars-apitests ```
  1. Install all the dependencies by:

``` $ npm install ```
  1. Fire up Mocha to run the tests!

``` $ mocha ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published