Skip to content

Release 0.12

Compare
Choose a tag to compare
@brookshi brookshi released this 24 May 05:22
· 67 commits to release since this release

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