Hello, We are using Spring Boot. For integration ...
# help
r
Hello, We are using Spring Boot. For integration Testing we are using Cucumber with WireMock. We want to implement recording and playback feature in our integration tests. We have our mocks added to
mappings
and
__files
folders. When
Recording
is enabled we could see actual API call is being made and
recordings/stubMappings
are saved in
mappings
and
__files
, but we want to update existing
mappings
instead of creating
new files in mappings and __files
folder. Can someone let us know if it is possible?