我们有一个使用 Flutter 构建的重蓝牙应用程序,我们想知道在 UI 测试中使用 integration_test 处理警报的最佳方法是什么。
有没有办法一起使用 addUIInterruptionMonitor (https://developer.apple.com/documentation/xctest/xctestcase/1496273-adduiinterruptionmonitor)和 integration_test ?或者甚至是单独的,例如从 xcodetest 命令启动 XCTest,然后运行颤振测试?(这样我们可以根据需要的 UI 测试让 UI 接受(或不接受)?