You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# json format
k6 run --out json=mock/test.json mock/index.js
# 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