-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Added expected vs received values for tests in SUT plugin #394
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
Conversation
| </div> | ||
| <span class="text-dark">Received value:</span> | ||
| <span>${result.returned}</span> | ||
| <span class="text-dark text-sm pb-2">Skipping the rest...</span> |
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.
Skipping the rest... is not so informative. I think Skipping remaining tests will provide better info.
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.
good point
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.
should it be skipping the remaining tests of a function? or without function?
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.
I think, we can update the text as : Skipping the remaining tests of the function => Skipping the remaining tests...
Because we already show tests corresponding to a function in a box
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.
@ioedeveloper I think this text has not been changed yet
No description provided.