Francislainy Campos

Results 8 comments of Francislainy Campos

I had this issue this week. I think you'll need to set the version to still use version 3 on your @pactFor method. ``` @Test @PactTestFor(providerName = PACT_PROVIDER, port =...

@mikrethor I think you may need to update your http client too. `5.1.2` as pact 4.3.x uses http client 5.x ``` org.apache.httpcomponents.core5 httpcore5 ${http.client.version} ```

> I am gonna try but I don't want to override the specific version which comes with my spring-boot-dependencies 👍 +- io.rest-assured:rest-assured:jar:4.3.3:test | +- org.codehaus.groovy:groovy:jar:3.0.9:test | +- org.codehaus.groovy:groovy-xml:jar:3.0.9:test | +-...

> I was able to get around this issue by removing HttpRequest as a parameter of the @TestTemplate annotated method. Of course that's no good to anyone who needs to...

The issue has also been raised here https://github.com/grasshopper7/extentreports-cucumber7-adapter/issues/37 and here: https://stackoverflow.com/questions/77856505/class-org-assertj-core-error-assertjmultiplefailureserror-declares-multiple-json

This fixes the issue: https://github.com/grasshopper7/extentreports-cucumber7-adapter/issues/37#issuecomment-1903551525 Not sure I should close this one, or still worth it investigating a different way to fix it? Thank you.

Hi @dzieciou , I love your library. Thanks so much, it's been a really time saver when debugging issues and I've recommended it to my colleagues too. I've now been...

Sure, understand that and appreciate the time put into offering this great and free library back to the community. Whenever you can please and that should be good enough. Thank...