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
Currently we only have the ability to run steps back-to-back, but there are projects for which we have multiple scenarios and would also like to run "plans" back to back for these to verify one feature.
Example:
screenshots (pageshot) has 4 loadtesting scenarios, each with 4 steps.
We'd like to group the steps for each scenario together as plans but run them all sequentially.
ported over from loads-broker: loads/loads-broker#112
Currently we only have the ability to run steps back-to-back, but there are projects for which we have multiple scenarios and would also like to run "plans" back to back for these to verify one feature.
Example:
screenshots (pageshot) has 4 loadtesting scenarios, each with 4 steps.
We'd like to group the steps for each scenario together as plans but run them all sequentially.