https://github.com/linuxsuren/vscode-api-testing
API testing support for VS Code
https://github.com/linuxsuren/vscode-api-testing
testing vscode
Last synced: 10 months ago
JSON representation
API testing support for VS Code
- Host: GitHub
- URL: https://github.com/linuxsuren/vscode-api-testing
- Owner: LinuxSuRen
- License: mit
- Created: 2023-04-04T11:35:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T14:58:45.000Z (over 1 year ago)
- Last Synced: 2025-04-30T20:07:57.605Z (10 months ago)
- Topics: testing, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=linuxsuren.api-testing
- Size: 766 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[API Testing](https://github.com/linuxsuren/api-testing) for Visual Studio Code
All issues of this project can be found at [linuxsuren/api-testing](https://github.com/LinuxSuRen/api-testing/issues).
## Prerequisities
Start [atest](https://github.com/linuxsuren/api-testing) in server mode before get started.
You could run it in Docker or Kubernetes, please see also the following example:
```shell
docker run -d -p 7070:7070 ghcr.io/linuxsuren/api-testing
```
or you could run atest as Linux service:
```
atest service --action install
```
## Usage
Please see the [sample](https://github.com/LinuxSuRen/api-testing/tree/master/sample) if you're not familiar with it.
For mulitple environments use case, you could put a special file `env.yaml` in your desired directory:
```yaml
- name: localhost # environment name
env:
SERVER: http://localhost:7070 # environment variables
```
## Screenshots
