标签: karate
我只想知道,是否可能有带有空手道的监听器/钩子BeforeStep AfterStep之类的东西?有什么办法吗?
预先感谢 维卡斯。
答案 0 :(得分:0)
通常钩子就足够了:https://github.com/intuit/karate#hooks
但是,如果您愿意编写Java代码,可以使用ExecutionHook和beforeStep和afterStep回调:https://stackoverflow.com/a/59080128/143475
ExecutionHook
beforeStep
afterStep