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
I am passing scenarios via config file and run the test as
k6 run ./scripts/myScript.js -c ./scenario/ramping-rate.json
How do I read the values of scenario during run time. I don't get anything under options.scenarios in Init or default function
Is there a way that k6 allow to read the config file ?
The text was updated successfully, but these errors were encountered:
I am passing scenarios via config file and run the test as
How do I read the values of scenario during run time. I don't get anything under options.scenarios in Init or default function
Is there a way that k6 allow to read the config file ?
The text was updated successfully, but these errors were encountered: