Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>API TestingNew to Visual Studio Code? Get it now.
API Testing

API Testing

linuxsuren

|
1,097 installs
| (1) | Free
YAML based API Testing
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

API Testing for Visual Studio Code

All issues of this project can be found at linuxsuren/api-testing.

Prerequisities

Start atest in server mode before get started.

You could run it in Docker or Kubernetes, please see also the following example:

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 if you're not familiar with it.

For mulitple environments use case, you could put a special file env.yaml in your desired directory:

- name: localhost # environment name
  env:
    SERVER: http://localhost:7070 # environment variables

Screenshots

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft