哪里可以从防火墙测试实验室看到标记为片状的测试列表?
我在用:
functions.testLab.testMatrix().onComplete(testMatrix => {})若要接收TestMatrix对象和
--num-flaky-test-attempts=int因为他们说:
Specifies the number of times a test execution should be reattempted if one or more of its test cases fail for any reason. An execution that initially fails but succeeds on any reattempt is reported as FLAKY.在文件中,这一部分是:

但没有提到标记为片状的测试。在哪里我们能看到测试的清单?
在作为TestMatrix输出接收到的onComplete对象中,也没有对片状测试的引用。
发布于 2022-05-04 17:06:09
不幸的是,目前没有在矩阵级报告片状结果。“历史记录”、“设备”和“测试用例”视图中显示了片状结果。
历史观点:

测试用例视图:

设备视图:

https://stackoverflow.com/questions/72101860
复制相似问题