Replies: 5 comments 4 replies
-
|
我在项目中仅实现了JS域内的函数返回结果验证,应用到软件上gui操作时仍有一些行为或者现象是无法自动观测预警的。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
你是说模拟一个真实的扩展运行时用于测试吗?其实现在每次更新我都会考虑扩展的兼容性的,基本都是向下兼容的,而且用户不一定是最新版本,也就是说用最新版本的sdk测试也没意义 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
好的👌除此之外目前比较期待新 UI 以及解析页面的 UI 能让插件也参与😄
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/04/2025 11:38 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [GopeedLab/gopeed] 扩展项目自动化单元测试API支持 (Discussion #1156) |
你是说模拟一个真实的扩展运行时用于测试吗?其实现在每次更新我都会考虑扩展的兼容性的,基本都是向下兼容的,而且用户不一定是最新版本,也就是说用最新版本的sdk测试也没意义
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
我之前也有类似的需求,想让用户在时间过长解析时给用户提示进度避免以为是异常(也能更好 debug),或者是在结果界面增加正则搜索筛选功能,还有就是像你提到的这种二次选择框。
不过这如果要通过 flutter 的 ui 制作模板来实现,感觉比较难抽象出通用的场景,可以看看有没有侵入式注入 ui 但又完全不影响原有功能的方案。
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/07/2025 14:50 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [GopeedLab/gopeed] 扩展项目自动化单元测试API支持 (Discussion #1156) |
可以举个例子吗,我之前有一个想法在点解析之后给一个交互的UI界面,比如输入一个视频下载链接,可以动态的根据这个视频的信息给出支持的清晰度选项,编码格式这样,而不是只能通过settings页面设置
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
我是觉得所有这些能力如果能开放给插件自己实现比较好😊这样减少主体维护,插件还可以在结果页面增加更多的可能性,比如能按文件夹分组选中,面对潜在超长时间解析时给选择框让用户只解析某个部分,还有就是插件的当次解析失败后日志反馈弹窗等等
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/07/2025 15:14 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [GopeedLab/gopeed] 扩展项目自动化单元测试API支持 (Discussion #1156) |
loading这种让扩展来控制进度ui好说,筛选的话直接增强那个文件选择器就行了,都不需要自定义UI
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我注意到gopeed相比于几个月前已经更新了很多版本,我常常担心插件项目会不兼容最新的软件以至于每次gopeed更新需要手动确认,是否有更灵活的API支持编写单元测试呢?(例如能直接独立调用gopeed最新的SDK,获取回调结果以进行断言)这样我可以使用action bot自动跟踪主项目的更新完成兼容性测试,同时也能完成插件更新时的自动化测试。
Beta Was this translation helpful? Give feedback.
All reactions