Skip to content

Commit

Permalink
Added pact explanation diagram to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 9, 2015
1 parent dbf26f2 commit 3f36d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Pact is most valuable for designing and testing integrations where you (or your
1. When the specs are run, the mock service returns the expected responses. The requests, and their expected responses, are then written to a "pact" file.
1. The requests in the pact file are later replayed against the provider, and the actual responses are checked to make sure they match the expected responses.

![Pact explanation diagram](documentation/pact_two_parts.png)

## Why is developing and testing with Pact better than using traditional system integration tests?

* Faster execution.
Expand Down
Binary file added documentation/pact_two_parts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f36d78

Please sign in to comment.