Add documentation.

This commit is contained in:
Florian THIERRY
2025-10-09 17:49:42 +02:00
parent 13d811faae
commit 5c6d54c459
8 changed files with 123 additions and 11 deletions

View File

@@ -6,10 +6,7 @@
"type": "module",
"scripts": {
"build": "vite build",
"test:demo": "yarn build && k6 run dist/tests/load-tests.cjs",
"test:demo-stages": "yarn build && k6 run dist/tests/reqres-stages.cjs",
"test-with-monitoring:demo": "yarn build && docker run --platform linux/amd64 -it -p 5665:5665 -v $(pwd)/dist/:/src ghcr.io/grafana/xk6-dashboard:0.6.1 run --out 'dashboard=period=2s' /src/tests/reqres.cjs",
"test-with-monitoring:demo-stages": "yarn build && docker run --platform linux/amd64 -it -p 5665:5665 -v $(pwd)/dist/:/src ghcr.io/grafana/xk6-dashboard:0.6.1 run --out 'dashboard=period=2s' /src/tests/reqres-stages.cjs"
"start": "yarn build && k6 run dist/tests/load-tests.cjs"
},
"devDependencies": {
"@babel/core": "7.23.3",