Skip to content

Commit

Permalink
adding action
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed May 23, 2024
1 parent 7253973 commit 26ac757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"test:local": "npm run webpack && K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM=true K6_OUT=xk6-prometheus-rw K6_PROMETHEUS_RW_SERVER_URL=https://prometheus.staging.hoprnet.link/api/v1/write ./k6 run ./dist/constant-traffic.test.js",
"test:pluto": "docker-compose down; docker-compose up 1&> /dev/null &",
"test:rotsee": "npm run webpack && ENVIRONMENT_NAME=rotsee K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM=true K6_OUT=xk6-prometheus-rw K6_PROMETHEUS_RW_SERVER_URL=https://prometheus.staging.hoprnet.link/api/v1/write ./k6 run --summary-export=test-execution-local.json --tag testid=local ./dist/constant-traffic.test.js",
"test:team": "npm run webpack && ENVIRONMENT_NAME=team K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM=true K6_OUT=xk6-prometheus-rw K6_PROMETHEUS_RW_SERVER_URL=https://prometheus.staging.hoprnet.link/api/v1/write ./k6 run --summary-export=test-execution-local.json --tag testid=local ./dist/constant-traffic.test.js",
"test:dufour": "npm run webpack && ENVIRONMENT_NAME=dufour K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM=true K6_OUT=xk6-prometheus-rw K6_PROMETHEUS_RW_SERVER_URL=https://prometheus.staging.hoprnet.link/api/v1/write ./k6 run --summary-export=test-execution-local.json --tag testid=local ./dist/constant-traffic.test.js",
"test:rotsee:setup": "npm run build && ENVIRONMENT_NAME=rotsee node ./dist/setup-environment.js",
"test:team:setup": "npm run build && ENVIRONMENT_NAME=team node ./dist/setup-environment.js",
"test:dufour:setup": "npm run build && ENVIRONMENT_NAME=dufour node ./dist/setup-environment.js"
},
"dependencies": {
Expand Down

0 comments on commit 26ac757

Please sign in to comment.