RosAng
RosAng

Reputation: 1050

Detailed steps to run pact4s example

I am trying to run the pact4s example share here: https://github.com/jbwheatley/pact4s However there is no detailed steps shared. Can someone help?

Upvotes: 0

Views: 35

Answers (1)

Matthew Fellows
Matthew Fellows

Reputation: 4065

I'm no scala expert, but from what I can see:

  1. There is some comment on examples here: https://github.com/jbwheatley/pact4s?tab=readme-ov-file#running-the-examples
  2. The CI build seems to use the testExamples command: https://github.com/jbwheatley/pact4s/blob/main/.github/workflows/pr-build.yml#L17

So my guess would be to clone the project and run something like sbt testExamples.

Feel free to raise an issue and/or PR to the project to make it easier for the next person :)

Upvotes: 0

Related Questions