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
CLI options have the highest priority, so the cli options which have a
default value will always override options of other mechanisms.
To fix it, we only set default value after consolidated config process.
Close#1010
Running
k6 run -o json script.js
with the following script:produces results like
while running the same script with CLI options (
k6 run --system-tags=url,proto -o json script.js
) works as expected.This was first reported in the community forum by VladT. Somewhat connected issues: #768, #755
The text was updated successfully, but these errors were encountered: