pact-foundation / pact-stub-server

Standalone pact stub server
MIT License
75 stars 19 forks source link

Pact files from Broker are not getting loaded up in Stub Server #13

Closed vini46 closed 6 years ago

vini46 commented 6 years ago

Pact files from Broker are not getting loaded up in Stub Server when using the -u, --url and passing the pact file Endpoint URL from a Pact Broker

URL format: http:///pacts/provider//consumer//

Expected Result: Pact files should be loaded

Actual Result: Error is thrown saying cannot load pact files

screen shot 2018-08-14 at 4 40 16 pm
uglyog commented 6 years ago

I've released version 0.1.0 with support for HTTPS

minhdoan159 commented 6 years ago

Awesome! I have just get the pact-stub-service, i have a concern that if a Broker is set up with about 100 pact records, when i start stub-server with option --url/uri whether all pact records are uploaded to server, or the option only works for each pact record, e.g: --url <Broker home url/provider//consumer//latest>? Hope this project grows as fast and many thanks for your contribution!

uglyog commented 6 years ago

At the moment, it will load a single pact file from the URL

vini46 commented 5 years ago

Thank you @uglyog this is awesome 👍