We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad58082 commit 846ee17Copy full SHA for 846ee17
1 file changed
docs/site/content/zh/latest/tasks/quickstart.md
@@ -13,3 +13,9 @@ description: 只需几个简单的步骤即可开始使用 API Testing。
13
```shell
14
atest run -p test-suite.yaml --case-filter sbom
15
```
16
+
17
+## JSON Schema
18
19
+您可以访问下面 `atest` 的 JSON Schema 来了解测试用例的编写规范:
20
21
+https://linuxsuren.github.io/api-testing/api-testing-schema.json
0 commit comments