Skip to content

StevenBentley/api-doubles

 
 

Repository files navigation

Auto Doubler

Simple tool that automatically registers doubles over HTTP

BDD/TDD Development Process

In order to drive the development of the application, we are using a BDD/TDD approach.

Tools

Directory Structure

  • behave - Configuration and step definitions for behavior tests
  • features - BDD specification files
  • test - Unit tests
  • src - Source code

Running Tests

npm run behave : run all behavior tests

npm run test:unit : run unit tests

npm run test:integration : run all integration tests

Starting a Doubles Server from the Command Line

npm run start:doubles [pathToConfig] : start the app. first argument is a path to a json config file

Using a Doubles Server Programatically

Look at ./example-web-app/README.md for a code example of using api-doubles as a library.

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Gherkin 1.1%
  • HTML 0.3%