摘要:
//自定义时间戳的动态参数 // var times = Date.now() // pm.globals.set("times", times); //需要随机出一个范围内的整数数,函数 // const randomInt = (min,max) => Math.floor(Math.rando 阅读全文
摘要:
pytest.ini配置文件 [pytest] log_cli=true log_level=NOTSET log_format = %(asctime)s %(levelname)s %(message)s log_date_format = %Y-%m-%d %H:%M:%S addopts = 阅读全文