Skip to content

A Scala implementation of CDC using the Pact standard

License

Notifications You must be signed in to change notification settings

AudaxHealthInc/scala-pact

 
 

Repository files navigation

Scala-Pact

A library for generating Consumer Driven Contract files in Scala projects following the PACT standard using ScalaTest. Includes supporting tools that use Pact files to verify and stub services.

Scala-Pact is intended for Scala developers who are looking for a better way to manage the HTTP contracts between their services.

Latest version is 2.1.0

To get started with SBT:

Add the following line to you build.sbt file to setup the test framework:

libraryDependencies += "com.itv" %% "scalapact-scalatest" % "2.1.0"

Add this line to your project/plugins.sbt file to install the plugin:

addSbtPlugin("com.itv.plugins" % "scalapact-plugin" % "2.1.0")

Please visit our official documentation site for more details and examples.

There is also an example project setup for reference.

About

A Scala implementation of CDC using the Pact standard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 97.3%
  • Shell 2.7%