-
Notifications
You must be signed in to change notification settings - Fork 77
Support recording multiple issues per test #763
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
Support recording multiple issues per test #763
Conversation
Capture all the issues recorded in a failing test and add them as individual failures on the vscode.TestRun.
@swift-server-bot test this please |
1 similar comment
@swift-server-bot test this please |
@swift-server-bot add to allowlist |
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.
In general looks good
I've added a couple of questions
Plus it'd be good to add a test case, for two tests one after the other without any multiline error messages
- Add a test for two test failures in a row - Update an outdated comment
@swift-server-bot test this please |
Capture all the issues recorded in a failing test and add them as individual failures on the vscode.TestRun.