From 0f11435ae98ab05d7d128b91c555a5f7a6b37a7b Mon Sep 17 00:00:00 2001 From: damwu1 Date: Fri, 17 May 2024 11:28:13 +1000 Subject: [PATCH] project init 03 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 916399e..44f7421 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Commands ```bash +# json format k6 run --out json=mock/test.json mock/index.js -# or html format - +# html format k6 run --out web-dashboard=report=logs.html mock/index.js + +# multiple scenario example +k6 run --out web-dashboard=report=logs.html scenarios/index.js ```