QTAF icon indicating copy to clipboard operation
QTAF copied to clipboard

QTA test framework

Results 25 QTAF issues
Sort by recently updated
recently updated
newest added

GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22

当前版本的举例代码是依据5.0.0,现依据5.4.35更新文档中的代码例子

RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used file = builtins.open(filename, mode, buffering)

如题所示,由于部分测试,可能要在跑完自动化后,希望留有数据在环境上,所以希望最后跑的那个用例不进行环境清理操作。

如题所示,当前多标签,如果遇到同一个用例被打了2个标签,如果执行的时候,多标签就是这2个的话,该用例会执行2次,所以建议,增加多标签交集功能,即如果2个标签都有,且为同一个用例,则执行一次即可。

点击详细页面,进入单个用例详细页面,如果有错误,在最上面点击查看详情连接,没有反应

如题, 希望测试报告能支持allure的集成