snatch-dev / Pactify

Contract testing tool for .NET Core.
MIT License
52 stars 10 forks source link

Pact.io specification conformance #6

Open milleniumbug opened 5 years ago

milleniumbug commented 5 years ago

While it seems the project isn't trying to conform to Pact specification, is adhering to it explicitly out of scope for this project? That is, would PRs that would make it interoperable with Pact.io be accepted?

The reason why I'm interested is that I'm trying out pact-net for my own project, but spinning up Kestrel for every test slows them significantly, so it would be nice to use TestServer. It would also avoid the Ruby runtime.

GooRiOn commented 4 years ago

Yeah sure, go ahead!

vedeja commented 4 years ago

The provider state is the most wanted part in my opinion.