Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

durationInNanos for steps is incorrect #761

Closed
jasperroelofsen opened this issue Nov 17, 2021 · 2 comments
Closed

durationInNanos for steps is incorrect #761

jasperroelofsen opened this issue Nov 17, 2021 · 2 comments

Comments

@jasperroelofsen
Copy link

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.

@jasperroelofsen
Copy link
Author

@l-1squared,
Saw now that this is the same issue as:
#755

@l-1squared
Copy link
Collaborator

Thanks for the bookkeeping :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants