Skip to content

Latest commit

 

History

History

contract-testing-with-pact

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Testing an API

Contract Test

Pact

Example code: https://github.com/dtanzer/contract-testing
Check out the following commits in branch pact-intro

  • 926f90d (HEAD -> pact-intro, origin/pact-intro) Fixed game api bug
  • 24808f7 Second pact for guessing an 'a' to return 201
  • 73c61c1 First pact verification for the server running
  • fe902cb First pact for client running
  • 1f3f28c Example code "hangman", without any tests