Httpfpt

Latest version: v0.7.0

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.7.0

What's Changed
* 修复测试用例描述字段空值 by wu-clan in https://github.com/wu-clan/httpfpt/pull/194
* 更新allure报告生成和服务命令 by wu-clan in https://github.com/wu-clan/httpfpt/pull/193
* 修复及更新allure日志记录 by wu-clan in https://github.com/wu-clan/httpfpt/pull/196
* 优化测试用例自动生成 by wu-clan in https://github.com/wu-clan/httpfpt/pull/197
* 修复allure拷贝文件逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/198
* 更新测试启动项配置 by wu-clan in https://github.com/wu-clan/httpfpt/pull/199
* 添加Jenkins报告链接配置 by wu-clan in https://github.com/wu-clan/httpfpt/pull/200
* 优化部分文件细节处理 by wu-clan in https://github.com/wu-clan/httpfpt/pull/201
* 更新数据库相关文件命名 by wu-clan in https://github.com/wu-clan/httpfpt/pull/202
* 修复mysql查询数据返回 by wu-clan in https://github.com/wu-clan/httpfpt/pull/203
* 更新变量提取逻辑和规则 by wu-clan in https://github.com/wu-clan/httpfpt/pull/204
* 更新请求数据日志记录 by wu-clan in https://github.com/wu-clan/httpfpt/pull/205
* Update the interactive link address by wu-clan in https://github.com/wu-clan/httpfpt/pull/207
* 更新版本号为0.7.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/208
* 修复测试数据初始化解析 by wu-clan in https://github.com/wu-clan/httpfpt/pull/209


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.6.4...v0.7.0

0.6.4

What's Changed
* 更新README中项目名称 by wu-clan in https://github.com/wu-clan/httpfpt/pull/182
* 升级项目依赖项 by wu-clan in https://github.com/wu-clan/httpfpt/pull/185
* 固定rtmol依赖包版本 by wu-clan in https://github.com/wu-clan/httpfpt/pull/186
* 添加全局环境变量配置 by wu-clan in https://github.com/wu-clan/httpfpt/pull/191
* 更新版本号为0.6.4 by wu-clan in https://github.com/wu-clan/httpfpt/pull/192


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.6.3...v0.6.4

0.6.3

What's Changed
* 添加用例数据SQL查询类型支持 by wu-clan in https://github.com/wu-clan/httpfpt/pull/174
* 修复表单请求时的请求头处理 by wu-clan in https://github.com/wu-clan/httpfpt/pull/175
* 更新接口响应json序列化逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/177
* 更新版本号为0.6.3 by wu-clan in https://github.com/wu-clan/httpfpt/pull/178


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.6.2...v0.6.3

0.6.2

What's Changed
* 添加存储库星级图 by wu-clan in https://github.com/wu-clan/httpfpt/pull/167
* 更新项目配置和路径配置 by wu-clan in https://github.com/wu-clan/httpfpt/pull/168
* 添加配置文件解析错误提示 by wu-clan in https://github.com/wu-clan/httpfpt/pull/169
* 添加测试用例mark动态标记 by wu-clan in https://github.com/wu-clan/httpfpt/pull/170
* 更新版本号为0.6.2 by wu-clan in https://github.com/wu-clan/httpfpt/pull/171


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.6.1...v0.6.2

0.6.1

Major Event
SQL 变量专属语法 `:{xxx}` 和 `:xxx` 已从当前版本删除,统一 SQL 变量表达式为 `${xxx}` 或 `$xxx`

What's Changed
* 更新全局变量替换逻辑 by wu-clan in https://github.com/wu-clan/httpfpt/pull/165
* 更新版本号为0.6.1 by wu-clan in https://github.com/wu-clan/httpfpt/pull/166


**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.6.0...v0.6.1

0.6.0

Major Event
pip SDK 从当前版本开始提供,这意味着,你可以直接通过 pip 下载安装此框架,而非强制性 FK / Clone,相关 Issues:https://github.com/wu-clan/httpfpt/issues/141

shell
pip install httpfpt


What's Changed
* 修复授权类型检查 by wu-clan in https://github.com/wu-clan/httpfpt/pull/149
* 升级ruff并设定最低版本>=0.3.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/150
* 更新内置文件读取方法 by wu-clan in https://github.com/wu-clan/httpfpt/pull/152
* 更新cli文件结构 by wu-clan in https://github.com/wu-clan/httpfpt/pull/151
* 更新部分配置参数命名 by wu-clan in https://github.com/wu-clan/httpfpt/pull/153
* 更新运行配置解析方法 by wu-clan in https://github.com/wu-clan/httpfpt/pull/154
* 添加运行自动创建测试用例参数 by wu-clan in https://github.com/wu-clan/httpfpt/pull/155
* 更新README中allure相关说明 by wu-clan in https://github.com/wu-clan/httpfpt/pull/156
* 修复cli测试数据结构验证短命令 by wu-clan in https://github.com/wu-clan/httpfpt/pull/157
* 添加自定义token授权方式 by wu-clan in https://github.com/wu-clan/httpfpt/pull/158
* 添加typing-extensions依赖包版本控制 by wu-clan in https://github.com/wu-clan/httpfpt/pull/159
* 回退pytest版本以适配插件兼容性 by wu-clan in https://github.com/wu-clan/httpfpt/pull/160
* 添加企微测试报告推送 by ranyong1997 in https://github.com/wu-clan/httpfpt/pull/161
* 为版本0.6.0做准备 by wu-clan in https://github.com/wu-clan/httpfpt/pull/162
* 更新版本号为0.6.0 by wu-clan in https://github.com/wu-clan/httpfpt/pull/163
* 添加请求数据到响应元数据 by wu-clan in https://github.com/wu-clan/httpfpt/pull/164

New Contributors
* ranyong1997 made their first contribution in https://github.com/wu-clan/httpfpt/pull/161

**Full Changelog**: https://github.com/wu-clan/httpfpt/compare/v0.5.2...v0.6.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.