Hitchhiker Versions Save

a Restful Api test tool

v0.14

5 years ago

Features:

  • #95 支持接口文档功能
  • #230 改成编辑器性能
  • #231 Schedule里的setting选项增加:1. 完成后或当失败后发送邮件, 2. 仅发送失败case或发送所有case。去掉环境变量里的 HITCHHIKER_SCHEDULE_MAILFORFAIL。 注意:这是一个破坏性改动,如果以前有设置过环境变量:HITCHHIKER_SCHEDULE_MAILFORFAIL,需要给具体的schedule重新设置。以前是所有统一设置,现在是每个schedule可以自己设置自己的。
  • #232 给Parameters里的OneByOne增加识别数组的功能,以前只支持对象,现在支持把[{a: 1, b:2}, {a:3, b:4}]识别成两个case。
  • #234 支持导出schedule结果到cls。

Bugs:

  • #214 开启密码加密后,刷新浏览器后丢掉session
  • #216 项目邀请邮件发送失败
  • #219 URL传参值错误
  • #226 URL encode时对参数中+号的encode结果不正确,预期是%2B,实际将+号作为URI中的空格编码为%20

Features:

  • #95 Display and download Api document.
  • #230 Improve editor performance.
  • #231 Add config field for sending mail include run results of all request after schedule finished. Remove env variable HITCHHIKER_SCHEDULE_MAILFORFAIL.
  • #232 Support to define variable array like [{a: 1, b:2}, {a:3, b:4}] in parameters which include all variables' value already.
  • #234 Export schedule result to cls.

Bugs:

  • #214 Lose session if opening db password encryption.
  • #216 Cannot send E-Mails for inviting members.
  • #219 URL query string error.
  • #226 URL query string encode + to %20.

v0.13

5 years ago

Features:

  • #93 folder 级和 collection 级的通用设置 request 基本信息,支持header, pre request script, test
  • #112 增加Stress Test结果的细节展示功能,支持表格/图表
  • #107 自动备份数据库,防止数据丢失
  • #194 把docker的logs目录volumn出来
  • #118 加一个环境变量来控制是否对数据库的密码加密

Bugs:

  • #197 刷新时正在同步更新session会导致cookie失效
  • #117 轻微bug: header中收藏的key 取消收藏以后,还会提示

Features:

  • #93 Common header/pre request script/test for requests in folder and collection
  • #112 More detail information of stress test result
  • #107 Auto dump mysql database to prevent data loss
  • #194 Volumn logs to host for docker
  • #118 Support encrypt password of user account in db

Bugs:

  • #197 Cookie invalid sometimes while syncing data
  • #117 Remove header's favorite function

v0.12.1

5 years ago

Features:

  • #149 改进对swagger的导入支持

Bugs:

  • #172 如果语言改错,默认使用en
  • #192 使用request库时会提示cannot find module 'hawk'
  • #189 在脚本里使用console.log时,如果输出的是对象会导致异常

v0.12

5 years ago

Features:

  • #119 增加几个批量关闭标签的功能(全部关闭,关闭保存,关闭当前标签外的所有)
  • #147 response增加一个Console(日志)用于显示请求执行过程及脚本里调用的console,这样方便调试脚本和变量
  • #123 对Parameters里的many to many增加算法选项:pairwise,用于减少用例
  • #174 压缩请求返回的数据
  • #128 对于docker,给global_data下面的project做持久化(破坏性改动,之前上传的在新版本需要再上传一次)
  • #133 在Test里获取hitchhiker.request
  • #121 给新用户增加更多例子

Bugs:

  • #152 修复上传的project libs对于自动化测试无效

Features:

  • #119 Add tab function: close all, close all but actived, close all saved
  • #147 Add Console tab for response to display request execution process information, it make debug script and variable earier
  • #123 Add Pairwise algorithm for many to many of parameters to reduce case
  • #174 Compress response
  • #128 Add volumn for project lib & data for docker
  • #133 Could get hitchhiker.request in Test script
  • #121 More samples for new user

Bugs:

  • #152 fixed new uploaded project libs invalid for scheduler

v0.10

6 years ago

中文版

v0.9

6 years ago

assert base on ui

v0.8

6 years ago

Features:

  • Schedule statistics mode.
  • #67 stop stress test.
  • #64 run selected schedule.
  • Schedule filter.
  • Step by step install.

Bugs:

  • change duplicated env will apply the change to origin env.