Skip to content

Examples of a simplified and more achievable form of automated contract testing.

Notifications You must be signed in to change notification settings

ashleydavis/simplified-contract-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplified-contract-testing

Examples of a simplified and more easily achievable form of automated contract testing:

  • rest-api/ An example of contract testing against an existing REST API.
  • mocked-mongodb/ An example of contract testing a REST API with a mock database.
  • mocked-rabbit/ An example of contract testing a REST API and asynchronous messaging with a mock RabbitMQ.

See README files in subdirectories to learn how to run each example.

You need Node.js installed to run these examples.

About

Examples of a simplified and more achievable form of automated contract testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published