Loading

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 无 阅读全文
posted @ 2020-07-01 15:17 Tester-Dolores 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1 import pytest 2 source:https://www.cnblogs.com/yoyoketang/p/9492132.html 3 4 # 测试账号数据 5 test_user_data = [{"user": "admin1", "psw": "111111"}, 6 {"u 阅读全文
posted @ 2020-05-16 01:32 Tester-Dolores 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1 import pytest 2 source:https://github.com/pytest-dev/pytest/blob/master/doc/en/fixture.rst 3 4 @pytest.fixture(params=[0, 1, pytest.param(2, marks=p 阅读全文
posted @ 2020-05-16 01:22 Tester-Dolores 阅读(49) 评论(0) 推荐(0) 编辑
摘要: node.js安装与使用 阅读全文
posted @ 2020-05-07 15:16 Tester-Dolores 阅读(57) 评论(0) 推荐(0) 编辑
摘要: js基础练习 阅读全文
posted @ 2020-05-07 15:14 Tester-Dolores 阅读(68) 评论(0) 推荐(0) 编辑
摘要: parametrize;yaml 阅读全文
posted @ 2020-02-16 13:19 Tester-Dolores 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 无 阅读全文
posted @ 2020-02-15 02:13 Tester-Dolores 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 前置条件:https://zhuanlan.zhihu.com/p/30047495 1.tool -option - connection -- 勾选 allow remote computer ...... 2.安装 安全证书 ,步骤1 ,option - https - actions - t 阅读全文
posted @ 2020-02-15 01:53 Tester-Dolores 阅读(42) 评论(0) 推荐(0) 编辑
摘要: cat 命令是linux系统下一个文本打印的命令,用于输出一个文本的信息到控制台上,该命令的输入类似于使用word打开一个文档,但是该文档不能编辑。 vi/vim 命令是linux系统下用于文本查看、编辑的命令,不仅仅可以查看,还可以编辑。 nano 命令类似于vim命令的功能,命令语句为:nano 阅读全文
posted @ 2020-02-06 01:47 Tester-Dolores 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 无 阅读全文
posted @ 2020-02-05 11:15 Tester-Dolores 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页