File tree 3 files changed +53
-1
lines changed
3 files changed +53
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
52
52
template : |
53
53
## What’s Changed
54
54
55
+ [中文 ChangeLog](https://linuxsuren.github.io/api-testing/release-note-v$NEXT_PATCH_VERSION)
56
+
55
57
$CHANGES
56
58
57
59
## Thanks to
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ docker run -v /var/www/sample:/var/www/sample \
10
10
linuxsuren/api-testing:master
11
11
```
12
12
13
- 或者,直接[ 下载二进制文件] ( https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.12 ) 后启动:
13
+ 或者,直接[ 下载二进制文件] ( https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.13 ) 后启动:
14
14
15
15
``` shell
16
16
atest server --local-storage /var/www/sample
Original file line number Diff line number Diff line change
1
+ ` atest ` 版本发布 ` v0.0.14 `
2
+
3
+ ` atest ` 是一款用 Golang 编写的、开源的接口测试工具。
4
+
5
+ 你可以在容器中启动:
6
+
7
+ ``` shell
8
+ docker run --network host \
9
+ linuxsuren/api-testing:master
10
+ ```
11
+
12
+ 或者,直接[ 下载二进制文件] ( https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.14 ) 后启动:
13
+
14
+ ``` shell
15
+ atest server --local-storage /var/www/sample
16
+ ```
17
+
18
+ ## 主要的新功能
19
+
20
+ * 增加了对 ` tRPC ` 和 ` gRPC ` 协议的(命令行与 Web 界面)支持
21
+ * 新增了 Helm Chart 的安装方式
22
+ * 支持通过按钮切换暗模式
23
+ * 支持启动启动插件
24
+ * 支持在 Web 界面中参数化执行
25
+ * 支持生成 ` curl ` 与 ` Golang ` 代码
26
+ * 支持从 Postman 中导入测试用例
27
+ * 可观测方便,增加了对 Apache SkyWalking 和 Prometheus 的支持
28
+ * 一些 Web 界面操作的优化(例如:多语言、测试结果缓存、自动保存)
29
+
30
+ 本次版本发布,包含了以下 5 位 contributor 的努力:
31
+
32
+ * [ @Ink-33 ] ( https://github.com/Ink-33 )
33
+ * [ @LinuxSuRen ] ( https://github.com/LinuxSuRen )
34
+ * [ @hellojukay ] ( https://github.com/hellojukay )
35
+ * [ @kuv2707 ] ( https://github.com/kuv2707 )
36
+ * [ @yuluo-yx ] ( https://github.com/yuluo-yx )
37
+
38
+ ## 相关数据
39
+
40
+ 下面是 ` atest ` 截止到 ` v0.0.14 ` 的部分数据:
41
+
42
+ * watch 7
43
+ * fork 23
44
+ * star 104
45
+ * contributor 12
46
+ * 二进制文件下载量 1.1k
47
+ * 代码行数 45k
48
+ * 单元测试覆盖率 88%
49
+
50
+ 想了解完整信息的话,请访问 https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.14
You can’t perform that action at this time.
0 commit comments