PocoUnit icon indicating copy to clipboard operation
PocoUnit copied to clipboard

Unittest framework for test automation

Results 8 PocoUnit issues
Sort by recently updated
recently updated
newest added

如:https://poco.readthedocs.io/zh_CN/latest/source/doc/poco-example/basic.html ![image](https://user-images.githubusercontent.com/16201137/126098598-5307bb3c-40ef-4aea-9b9b-7c9d7b8f9851.png)

![image](https://user-images.githubusercontent.com/49223982/78651772-624fbb80-78f3-11ea-8f19-e7191c1a2fa4.png) 为什么会显示在左上角,而且窗口拖动不了,希望可以解答 还有个问题,我按照操作说明执行python testflow/scripts/example.py 后失败,可以打开计算器,但没有任何操作就退出停止了

怎么批量执行用例,聚合报告,有建议吗

Hi, I have done the setup for multiple test cases to run using pocotestsuite module but whenever executing runner file, only listening to the setUp() function, not listening the setUpClass()....

在ios上跑pocounit报下列warning,有什么办法屏蔽掉吗? ./usr/local/lib/python3.7/site-packages/pocounit/case.py:211: UserWarning: Fail to stop result emitter: "SiteSnapshot". You can report this error to the developers or just ignore it. Error message: Labconfig.getIsLogJavis():False "Traceback (most recent call last): File...

Pocounit-results生成的结果会把上一次的覆盖掉,想通过设备和时间来区分

我在使用GitHub上的my-testflow项目时,是可以生成一个录屏的mp4文件的,使用PocoResultPlayer 可以将运行的内容回放。但是我自己写了一个ios端的demo,运行是正常的但是没有生成mp4录屏文件,使用pocoresultplayer回放时,有点击操作,但是屏幕是黑的