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
Yep, that's why I tagged it as cloud 😄 Looking at this again, I'm not sure we should actually fix it and allow target to be omitted. It may save a few seconds for users, but it unnecessarily adds more confusion about how stages work. That would be especially bad once we add the arrival-rate based execution and/or some other execution mode like the log-based one. Or when we add different non-linear ramp-up/ramp-down strategies.
I feel like in this particular case, explicitness should trump conciseness and we should just edit the docs so we don't advertise support for this.
Documentation of 'options' contains the following stages:
However,
k6 cloud
throws this error:ERRO[0001] 2 Invalid value for stages.1.target: None is not of type 'number'
The text was updated successfully, but these errors were encountered: