api-testing/.gitpod.yml

15 lines
281 B
YAML

tasks:
- init: make init-env install-precheck
before: IMG_TOOL=docker GOPROXY= make build-image
command: cd console/atest-ui/ && npm i
ports:
- port: 5713 # console interactive port
vscode:
extensions:
- linuxsuren.api-testing
- golang.go
- Vue.volar