Slackbot
12/07/2023, 3:24 PMAya Akl
12/07/2023, 3:26 PMBas Dijkstra
12/08/2023, 6:50 AM<http://yourmockserver>:yourport/__admin/mappings
, you can POST new JSON mapping definitions (the same as you have on your file system) to that.
Full specification here: https://wiremock.org/docs/standalone/admin-api-reference/Aya Akl
12/10/2023, 6:29 PMorder/active
it gets the latest mapping and this is not what I want to do.
And also I don’t want the stateful behavior because first it puts some dependency on when to run the tests and also I need these different mappings for same endpoint in different test files
I tried to interact with the API by doing some resetting but I am not sure if I want to add the mappings, this means it will happen on the fly? and then I can achieve that this same endpoint will be mocked independently ?Bas Dijkstra
12/10/2023, 6:30 PMAya Akl
12/10/2023, 6:48 PMOleg Nenashev
12/10/2023, 6:53 PMOleg Nenashev
12/10/2023, 6:55 PMOleg Nenashev
12/10/2023, 6:55 PMAya Akl
12/10/2023, 7:06 PM