Maksym Liannoi
Maksym Liannoi
Identical for me, too, to the POST method
Guys, can you please tell me if there are any updates on this?
If talking about our test cases — all of our contract tests started failing after upgrading from the 9 to 10 version of the pact package. ``` "devDependencies": { "@pact-foundation/pact":...
In addition, I want to say that I see as Pact failure with something “panic” because they cannot work with mock-server
@gillsoftab It looks like a crutch, and even more - I didn't want to change something in the node_modules folder. Maybe there is any case to fix that another way...
Oh, I understand, sorry. Then, I will try to do that and reply to you back after the changes
After making the changes that @gillsoftab mentioned, I started getting another error ``` RUNS .../__tests__/TestService.contract.test.ts RUNS .../__tests__/TestService.contract.test.ts RUNS .../__tests__/TestService.contract.test.ts 2022-10-28T07:04:44.701196Z WARN ThreadId(02) pact_models::content_types: Failed to parse '{"value":"application/json; charset=utf-8","regex":"application\\/json; *charset=utf-8","pact:matcher:type":"regex"}' as...
Something changed in the v10 matches logic ``` TS2322: Type '{ x1: Matcher; x2: Matcher; x3: Matcher; x4: Matcher; x5: Matcher; x6: Matcher; type: RegexMatcher; }' is not assignable to...
Awesome! As I can see, today, Matt's pull request was merged. Please inform us what the next steps are. Adapting implementation of reference Pact on Ruby to JavaScript language, and...
Hi, Matt! I want to confirm that everything worked fine with the latest Pact library - `10.4.0`. By the way, we should remove some of the contract tests written in...