seldom icon indicating copy to clipboard operation
seldom copied to clipboard

Seldom automation testing framework based on unittest

Results 110 seldom issues
Sort by recently updated
recently updated
newest added

环境: win 本地起了jenkins , docker , grid 现状: 1. jenkins 执行job时, 如果不走多线程, 用例能顺利执行完成 2. jenkins 同时执行两个job, grid能成功分发到两台容器上分别执行 问题: 3. jenkins 在一个job里用多线程执行 main_extend.run_cases, 会连接到同一个浏览器上,最后导致冲突,用例无法执行 以下是代码片段,求解…… _「我不需要seldom合并报告,所以不用在意报告合并的事,报告是我用另外的方式自己合并了」_ ![image](https://user-images.githubusercontent.com/11517351/188532875-40b61289-6bf9-4da5-adc0-443d4c11a4c0.png) ![image](https://user-images.githubusercontent.com/11517351/188532672-e87e40c1-0ec0-4a35-97af-20819f1b3912.png)

文档链接:https://github.com/SeldomQA/seldom/blob/master/docs/rst_docs/seldom_api.rst ![image](https://user-images.githubusercontent.com/66291315/186842253-d97740ed-610b-4541-aa6e-e0e6d62e6ad7.png) 根据文档内容使用clear方法,发现无法清除输入框内容,报告展示已经执行,但是并未产生任何效果 self.clear(css="#el") ![image](https://user-images.githubusercontent.com/66291315/186842770-358e9bcc-ec08-4474-a280-13447fc24fa7.png) ![image](https://user-images.githubusercontent.com/66291315/186842556-d0391ff0-c8f2-472c-a333-9e79b444b31c.png)

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies
python

调研支持以下接口类型的测试: * graphQL * gRPC * doubbo

![image](https://github.com/SeldomQA/seldom/assets/131150858/c07e0774-7d3b-4f0c-85f9-05581ae1b696) 如图,截图数量过多的时候,不支持显示所有图片,所以我的问题是:我应该减少截图数量,还是处理一下测试报告来显示更多图片

参考:https://seleniumbase.io/help_docs/recorder_mode/#recorder-mode

最近在调研接口自动化工具/框架,其实我只想用seldom接口这部分,但是目前会把app和webui的也给装上,虽然可以不用它们但是总觉得拆开让用户指定安装会更优雅点

APPIUM的框架的稳定性的问题,在执行过程中,会出现appium的服务死的情况,想问一下,是否有计划支持ATX2?

![image](https://user-images.githubusercontent.com/12146363/233992931-af2a923b-187e-46d7-9dfe-036b734c7a64.png) ![image](https://user-images.githubusercontent.com/12146363/233993045-550ba869-a6fd-4c9d-80dd-a11df493643a.png)

发送邮件这里,报错【STARTTLS extension not supported by server.】,需把smtp.starttls()注释,才可以发送成功 ![image](https://user-images.githubusercontent.com/102853018/230572348-7fe3b5e5-3222-42e8-ba89-791b3a7092e2.png) ![image](https://user-images.githubusercontent.com/102853018/230572302-b03e70b2-0f1f-481a-b600-1957356b16cd.png)