jingyuezijing

Results 12 issues of jingyuezijing

![image](https://user-images.githubusercontent.com/77383326/180992079-ea5849cb-2f7f-4720-a069-aeca719349fe.png) 获取用例信息:有中文的名称,中文字符会丢失,如图

![image](https://user-images.githubusercontent.com/77383326/163952966-c9215b88-87cb-4630-b41a-f87ed7632681.png) 如图,我希望在指定whitelist=super时,仅执行参数标记为super的那一条数据。 因为有时候,一条用例执行很久,想先执行等级最高的用例数据冒烟下 规则: 如果white list为super,那执行上述标记的super的那条数据 如果whitelist为media,因为label不支持,所以可以直接跳过

因为gitlab CI上执行结束后,发送信息,希望发送自定义的一些内容: 如:用例通过率,代码覆盖率,以及pipeline的链接等信息 预期: 建议扩展:希望可支持完全自定义(即覆盖内容),或者追加自定义内容两种方式

**问题1:** ![image](https://user-images.githubusercontent.com/77383326/175868948-8df768ee-2a0d-46ff-bca3-f088d2ca8a01.png) rerun=1,如图查看failed结果,有2条用例执行失败,但是总数统计的失败是1 **问题2:** ![image](https://user-images.githubusercontent.com/77383326/175868448-697c8ee0-1715-41f6-9d66-5cf5b6c5fb8b.png) 1)如图,当前用例集合下有多条用例,但是只执行了4条,其他的skip了 2)summary视图下,就只显示4条用例,按顺序显示了4条 预期 应该去除skip的,显示所有执行过的用例 ce测试报告见附件 [report (31).zip](https://github.com/SeldomQA/seldom/files/8988992/report.31.zip)

![image](https://user-images.githubusercontent.com/77383326/118753680-d3a8be80-b8a8-11eb-866f-4edbd124f460.png) 如下,selenium中的等待一个元素消失的方法,在seldom有接口吗? ui.WebDriverWait(driver, timeout).until_not(EC.visibility_of_element_located((By.XPATH, locator)))

![image](https://user-images.githubusercontent.com/77383326/163954540-32ae8bf1-c405-48ef-8d93-3ec2ed7fbf2c.png) 有时候调试时,不希望log文件一直新增。 所以建议: log日志名称,能否支持自定义?

seldom.db_operation 建议增加MongoDB

https://user-images.githubusercontent.com/77383326/105152671-7000c580-5b42-11eb-9678-b02147df6484.png ****2021-01-20 16:59:19 [INFO] ✅ Find element: xpath=//*[@class='close-dlg-btn fv__icon-layer-close-white'] **** 如图:生成的log中,有多余字符串 1)是因为log中进行了输出设置,不同等级的日志,用不同的颜色区别

![image](https://user-images.githubusercontent.com/77383326/123948788-64a8a480-d9d4-11eb-9983-091ed5be4689.png) ![image](https://user-images.githubusercontent.com/77383326/123948842-738f5700-d9d4-11eb-8e9a-d44ec1860629.png) poium 中,为什么Elements 没有timeout参数,而Element有?

用例结构如图: def start(self): 登录操作 def testcase(self): 这里是具体测试用例 def end(self): 退出登录操作 问题: 有用例执行失败时,查看测试报告的截图,都是注销后的操作截图,无法知道testcase执行过程中哪一步出了问题,导致用例失败