You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You read my mind! Was just about to open this issue.
This would allow me to use a global coinfig to log scenario names before execution.
Especially useful for when scenarios are timing out.
at the very least for mocks, to complement the already existing
configure afterScenario
option: https://github.com/karatelabs/karate/tree/master/karate-netty#configure-afterscenariothis is needed because the
Background
in mocks is only "one time": https://github.com/karatelabs/karate/tree/master/karate-netty#backgroundteams will be able to do advanced request validation with mocks
note that the new JS mocks gives you this flexibility: https://github.com/karatelabs/karate/wiki/Karate-JavaScript-Mocks
but some teams prefer the simpler karate-style mocks
The text was updated successfully, but these errors were encountered: