I have a rather complicated setup which forces me to pass --duration
and --vus
to k6 CLI.
It ends up looking like
k6 run --vus 200 --duration 60s fixed-scenarios.js
Because of this my custom scenarios are being overridden by a default scenario.
Is there a way to prevent it from within the script?