NewbieProger

Results 15 comments of NewbieProger

I don't have enough skills for it :) (not PR, feature)

@laflechejonathan Hello, could u please reopen ur MR and fix mistakes for accepting it?))

and suggestion: do sequence for both requests and responses

Ok then, he can wait for new version and make it with this remarks))

I know about this issue https://github.com/wiremock/wiremock/pull/1049 and may be some changes like 'dont try match responses if expression be like json' ?

What i should do if I use standalone server and connecting to by new Wiremock() ?

We have such problem too. Java Liberica 17 Cucumber 7 rest-assured 5.2.0 allure-rest-assured 2.19.0

UPD: It reproduces if I compare to diffrent objects with the same fields, but different types

I've tried this tip from https://github.com/assertj/assertj/issues/2616#issuecomment-1500981383 but it didn't help me ``` Assertions .assertThat(Account_1_Dto) .usingRecursiveComparison() .ignoringExpectedNullFields() .ignoringAllOverriddenEquals() .withEqualsForFieldsMatchingRegexes((o1, o2) -> o1.toString().equals(o2.toString()), ".+") .isEqualTo(Account_2_Dto); ``` ``` - actual value : CurrencyType(currency=USD,...

I think it should: - If at least one of them doesn't fail - do nothing with passed tests, with failed - just disable - If all passed - alert...