docs(extension): add swagger data extension and update documentation

- Add swagger data extension to the extensions list
- Update documentation to include new extension usage
This commit is contained in:
rick 2025-03-05 20:59:45 +08:00
parent 91ae93a9c9
commit 0d30d5e6cc
No known key found for this signature in database
GPG Key ID: 260A80C757EC6783
2 changed files with 7 additions and 0 deletions

View File

@ -31,3 +31,9 @@ atest extension orm
```shell
atest extension orm --registry ghcr.io --timeout 2ms
```
想要下载其他类型的插件的话,可以使用下面的命令:
```shell
atest extension --kind data swagger
```

View File

@ -11,6 +11,7 @@ Ports in extensions:
| Monitor | [docker-monitor](https://github.com/LinuxSuRen/atest-ext-monitor-docker) | |
| Agent | [collector](https://github.com/LinuxSuRen/atest-ext-collector) | |
| Secret | [Vault](https://github.com/LinuxSuRen/api-testing-vault-extension) | |
| Data | [Swagger](https://github.com/LinuxSuRen/atest-ext-data-swagger) | |
## Contribute a new extension