seldom
seldom copied to clipboard
Seldom automation testing framework based on unittest
seldom+uiautomator2,使用po模式时,elem事件的describe的描述中不打印出来 
 
测试代码如下 ``` import seldom from seldom import Steps class Test(seldom.TestCase): def test_key(self): Steps().open("https://www.baidu.com").find("#kw").type("seldom").find("#su").click() # self.open("https://www.baidu.com") # # 输入 seldomm # self.Keys(css="#kw").input("seldomm") if __name__ == '__main__': seldom.main(browser="gc", debug=True) ``` ``` selenium.common.exceptions.InvalidArgumentException:...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 5.4.8 and updates ancestor dependencies [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vuepress-vite](https://github.com/vuepress/vuepress-next) and [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress). These dependencies need to be updated together. Updates `vite` from 4.3.9 to 5.4.8 Release notes Sourced from vite's...
Bumps [webpack](https://github.com/webpack/webpack) from 5.87.0 to 5.95.0. Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting to read a symlink-like file that it can't read Handle default...
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...
Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
【问题】HTML报告中的用例描述没有显示出来。 请帮忙看看谢谢!
没有写好的方法直接获取数据结果吗?