UNPKG

k6-test-framework

Version:

Enterprise-grade load testing solution with k6

15 lines (13 loc) 310 B
version: "3.8" services: k6: build: context: . dockerfile: Dockerfile image: k6-reqres volumes: - ./reports:/app/reports environment: - BASE_URL=${BASE_URL} - TEST_TYPE=${TEST_TYPE} command: run tests/${TEST_TYPE}.test.js --console-output=tty