1 Star 0 Fork 2

项蒋卉/AutoTest

forked from 中二幻/AutoTest 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.py 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
中二幻 提交于 2022-07-18 20:59 . 优化
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Name : __init__.py
# Author: ls_seraph@126.com
# Time : 2021/3/6 22:46
from frame.runner.run_task import RunTask
# 测试任务01
def test_task_01():
# 测试集的路径
RunTask("test_case/ui", "登陆测试", "任务说明").start()
# RunTask("test_case/case/api", "接口测试").start()
# 执行测试任务
if __name__ == '__main__':
test_task_01()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Doven520/auto_test.git
git@gitee.com:Doven520/auto_test.git
Doven520
auto_test
AutoTest
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385