UNPKG
k6-test-framework
Version:
latest (1.0.0)
1.0.0
Enterprise-grade load testing solution with k6
k6-test-framework
/
docker-compose.yml
15 lines
(13 loc)
•
310 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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