Giter Club home page Giter Club logo

pacto-example's Introduction

An example implementation of the pacto library.

To run the tests

This example tests a simple HTTP api that provides json responses. There are two endpoints (ping and /lat/lon) and a generic 404 response test. To run it:

bundle exec rake pacto:validate['https://tide-api.herokuapp.com','contracts']

To run a stub server

Pacto can act as a stub server, and it will respond with data present in the examples part of the contracts. As a stub server, it will also validate that request and response conform to contract. To run the server:

bundle exec pacto-server -sv -V --stub

You can then send requests to the stub server:

curl localhost:9000/ping

or

curl localhost:9000//23.98E/11.45N

To run pacto server as a middleman dispute settler

Pacto server can also act as a middleman, and proxy requests to a live service while validating the request and response contract. This is particularly valuable for integration testing, to provide confidence that both the stubbing and the contract testing are valuable on their own. You can run the server as a middleman like this:

bundle exec pacto-server -sv -V --live -H https://tide-api.herokuapp.com

and then execute a request that will fail validation against the contract:

curl localhost:9000/23.98E/11.45N

And so much more!

Visit the pacto website for full documentation and other ways to use the library: https://thoughtworks.github.io/pacto/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.