Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在测试用例结束时关闭蓝牙,即使测试用例中的任何中间步骤失败,它也应该关闭蓝牙(即作为拆卸步骤实现)。
如何在 Opentest 中实现拆解?
为您的拆卸过程创建一个macro并将其作为每个测试的最后一步运行。对于此宏调用之前的每一步,您都必须包含checkpoint: true关键字。
macro
checkpoint: true