Skip to content

Commit

Permalink
📝 fix version error
Browse files Browse the repository at this point in the history
  • Loading branch information
defnngj committed Jan 18, 2025
1 parent 3209399 commit e51b359
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/vpdocs/platform/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

为了更好的支持测试用例平台化,Seldom 提供了API用于获取用例列表,以及根据传入的用例信息运行测试用例。

seldom-platform: https://github.com/SeldomQA/seldom-platform
## 接入平台方式

seldom-platform项目: https://github.com/SeldomQA/seldom-platform

目录结构如下:

Expand Down Expand Up @@ -163,7 +165,7 @@ if __name__ == '__main__':
* `TestMainExtend(path="./test_dir")` : 其中`path`指定从哪个目录查找用例集合。
* `run_cases(cases)`: 运行用例。

### 接入平台必读
## 接入平台必读

如果你只是使用seldom框架编写用例,那么代码只要框架能运行即可,如果要接入seldom-platform平台,那么需要注意一下几点。

Expand Down
2 changes: 1 addition & 1 deletion docs/vpdocs/version/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### seldom 3.x <Badge type="tip" text="v3" vertical="top" />

__3.11.0(2025-01-18)__
__3.12.0(2025-01-18)__

* 功能:支持基准测试功能。
* 功能:提供加密模块,支持 `MD5`,`SHA1`,`AES`,`Base64`等各种`编码&解码``加密&解密`等算法。
Expand Down

0 comments on commit e51b359

Please sign in to comment.