标签: testing automation hook cypress qa
我想从 it()到 after()挂钩共享价值。 Alias不能像官方文档所说的那样工作。我的解决方案是使用 let myGlob 并将值存储到变量中,它可以工作,但这是正确的方法还是我可以做些更好的事情?