Peter Thomas

Results 442 comments of Peter Thomas

@maggiesid I'll try. the mock handling happens here: https://github.com/karatelabs/karate/blob/v1.5.0/karate-core/src/main/java/com/intuit/karate/core/MockHandler.java#L157 initEngine() sets up a dummy scenario, so maybe some way to update that to reflect the final resolved scenario ...

yes mocks are designed to be independent. if you really want some connection between some test and the mock, either you continue to use something in the HTTP request (like...