{"id":15735920,"url":"https://github.com/easyhutu/selenium_dev","last_synced_at":"2026-04-28T23:31:50.349Z","repository":{"id":137965715,"uuid":"120263339","full_name":"easyhutu/selenium_dev","owner":"easyhutu","description":"转移到本地git仓库管理","archived":false,"fork":false,"pushed_at":"2018-03-13T07:00:47.000Z","size":15006,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"feature/mengjianhua-dev_ddt","last_synced_at":"2025-02-06T08:45:22.896Z","etag":null,"topics":["python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easyhutu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-05T06:19:18.000Z","updated_at":"2019-03-20T04:10:53.000Z","dependencies_parsed_at":"2023-07-03T15:03:15.925Z","dependency_job_id":null,"html_url":"https://github.com/easyhutu/selenium_dev","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":0.07692307692307687,"last_synced_commit":"bd01c9719e18913f7fb30c662bef4d8a4192bdfb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fselenium_dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fselenium_dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fselenium_dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fselenium_dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easyhutu","download_url":"https://codeload.github.com/easyhutu/selenium_dev/tar.gz/refs/heads/feature/mengjianhua-dev_ddt","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413237,"owners_count":20773053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","selenium"],"created_at":"2024-10-04T01:20:22.532Z","updated_at":"2026-04-28T23:31:45.218Z","avatar_url":"https://github.com/easyhutu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## selenium_dev\n\n自动化测试持续集成项目\n\ngitblit  http://172.30.18.222\n\njenkins http://172.30.18.222:9514\n\n## 目录描述\n\n\n### ddt 插件：\n\u003e需将145行\n```angular2html\nwrapper.__doc__ = func.__doc__.format(*args, **kwargs)\n```\n修改为\n```angular2html\ntitle = re.findall(r'\\'title\\': \\'.+\\',',func.__doc__.format(*args, **kwargs))\nwrapper.__doc__ = title[0] if title else None\n```\n## 数据用例方面\n目前用例数据保存在mongodb中，具体配置需要在framework/page_data.py 中定义模型和获取方式\n一个典型的登录用例如下：\n```angular2html\n{ \n    \"_id\" : ObjectId(\"5a9e0851d9c4dc32e46552cd\"), \n    \"username\" : \"xxx\", \n    \"password\" : \"xxx\", \n    \"assert_type\" : \"equal\", \n    \"assert_data\" : \"xxx\", \n    \"title\" : \"错误用户名登录--zqq\", \n    \"is_run\" : false\n}\n```\n### web driver\n驱动强烈建议使用selenium grid 远程调用管理，方便持续集成\n地址： http://selenium-release.storage.googleapis.com/index.html\n\n### 其他\n如有兴趣共同学习探讨，邮件： 1711621009@qq.com ~","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyhutu%2Fselenium_dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasyhutu%2Fselenium_dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyhutu%2Fselenium_dev/lists"}