Skip to content

Commit ad74c72

Browse files
authored
Merge pull request #6589 from BacLuc/run-k6-against-dev
performance-test: enable running tests against e.g. dev.ecamp3.ch
2 parents e5c46a1 + 23a3bee commit ad74c72

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.ops/performance-test/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#API_ROOT_URL=https://dev.ecamp3.ch/

.ops/performance-test/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/node_modules
2+
.env

.ops/performance-test/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
user: ${USER_ID:-1000}
77
network_mode: host
88
working_dir: /app
9-
# environment:
10-
# - K6_WEB_DASHBOARD=true
9+
env_file:
10+
- path: .env
11+
required: false
1112
ports:
1213
- '5665:5665'

0 commit comments

Comments
 (0)