Skip to content

LinuxSuRen/vscode-api-testing

Repository files navigation

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