https://linen.dev logo
#help
Title
t

TheUsharik

06/16/2023, 11:33 AM
Hello! Thanks for the amazing tool which really helps! I have a question about recordings file names. We store the recordings in git and it would be really nice to control the names of files. Would be really cool if new recording files going to have as much the same names as previous so they are overriding the old recording and we can easily check the changes in 3rd party API we are mocking. Is there any solution for that in Wiremock?
t

Tom

06/16/2023, 11:46 AM
Hi @TheUsharik in the 3.x beta line there’s now a
--filename-template
CLI parameter and
filenameTemplate()
equivalent you can use to control the filenames generated.
t

TheUsharik

06/16/2023, 2:19 PM
But in version 2.35.0 it's not possible, right?
t

Tom

06/16/2023, 5:47 PM
No, only in 3.x
1