I am new to Spring Cloud Contracts and recently I was able to generate Producer contracts, and write a test on the consumer side using the stubs installed on my local maven repo. If I break the contract on the Producer side and then install the new stubs, as expected if I run the consumer tests it will fail. But
Tag: spring-cloud-contract
Can’t attach RestAssured’s RQ/RS of Spring Cloud Contract’s tests to Allure report
I’ve successfully added Allure2 to my project with Spring Cloud Contract tests (it uses JUnit5), but tab “Overview” is blank in all successed test of report. I created a listener class, that gets RQ and RS from RestAssured: And runner class, that uses listener class: And then I’ve added runner class to my base test class: But no record was