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
When you debug a test you will see that it will set the durationInNanos for a step first to the correct value (ScenarioModelBuilder.stepMethodFinished).
But the step is not changed for things like when, then, and etc.
So when any these complete (which is usually really fast) after the step they will overwrite the actual durationInNanos of the step.
Would be nice if it could keep the value of the step.
The text was updated successfully, but these errors were encountered:
When you debug a test you will see that it will set the durationInNanos for a step first to the correct value (ScenarioModelBuilder.stepMethodFinished).
But the step is not changed for things like when, then, and etc.
So when any these complete (which is usually really fast) after the step they will overwrite the actual durationInNanos of the step.
Would be nice if it could keep the value of the step.
The text was updated successfully, but these errors were encountered: