-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Pass setup data object into handleSummary callback #2103
Pass setup data object into handleSummary callback #2103
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2103 +/- ##
=========================================
Coverage ? 72.41%
=========================================
Files ? 181
Lines ? 14386
Branches ? 0
=========================================
Hits ? 10418
Misses ? 3333
Partials ? 635
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @SamuelJohnson01997!
I think it looks good, but would like to see some tests for it before merging.
P.S.: We're looking into the xk6 test failures, don't worry about it.
Sure. On it. |
Have added the test for the same. Kindly have a look :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @SamuelJohnson01997,
thanks for your contribution! I added some tiny suggestions.
Checking error before Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
check error after the test. Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
Reverted the newline in import
This is my first Open source contribution. Thanks to you too 😄 |
Hi @SamuelJohnson01997,
Congrats 🎉 |
I guess I've fixed it now. |
Issue: #2088
Passing the setup data into handleSummary callback in the same way how it is in Teardown.