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
The setup data object that is returned by the setup callback is made available for use in VU functions and the teardown callback, but is not available in handleSummary. In our case, the use case is to be able to call an API during setup that returns an ID, and then use that ID to call another API with the test summary results.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! This makes perfect sense and should be something relatively easy to add, I should have probably added it from the start... 😅 Would you like to try submitting a PR for it?
Feature Description
The setup data object that is returned by the setup callback is made available for use in VU functions and the teardown callback, but is not available in handleSummary. In our case, the use case is to be able to call an API during setup that returns an ID, and then use that ID to call another API with the test summary results.
The text was updated successfully, but these errors were encountered: