misko321

Results 4 issues of misko321

The _text_ output which is printed by default by the CLI doesn't show all the information that the _markdown_ output shows: #### spec1.yaml ```yaml components: schemas: SomeDTO: someProperty: type: string...

**If `enablePending = false`, the current provider branch name is NOT sent to the Pact Broker when fetching pacts to verify using _consumer version selectors_.** Because of that e.g. the...

bug
smartbear-supported

***usePreemptiveAuthentication* property doesn't work as expected** **Steps to reproduce:** - set the system property: `pact.pactbroker.httpclient.usePreemptiveAuthentication="true"` - run the provider tests pointing to a Pact Broker with Basic Auth enabled **Results:**...

bug
smartbear-supported

The **ngStorage** by default watches for any changes of an added object, to update the localStorage. In some cases however (like this one: https://stackoverflow.com/questions/32856511/localstorage-value-got-change-with-fabric-js/32966097#32966097) it would be very helpful to...