contract-testing-demo

pact and java contract testing with micro-commits

git clone https://9o.is/git/contract-testing-demo.git

readme.md

(265B)


      1 # consumer-driven-kata
      2 
      3 Consumer-driven kata for Pact in Java. 
      4 Solution is in the [solution branch](../../compare/solution).
      5 
      6 ### How to
      7 
      8 Run all tests
      9 ```sh
     10 ./gradlew test
     11 ```
     12 
     13 To watch for changes, run gradle with the continuous flag
     14 ```sh
     15 ./gradlew -t test
     16 ```