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

fix: show double test output #564

Closed
wants to merge 1 commit into from

Conversation

mxschmitt
Copy link
Member

this._completedSteps.clear();
this._executionLinesChanged();

// Create a test run that potentially includes all the test items.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed since microsoft/vscode#213182 has been landed upstream.

@mxschmitt mxschmitt marked this pull request as draft November 26, 2024 17:45
this._testController.items.forEach(item => {
item.children.forEach(item => {
if (item.children.size)
testItemForGlobalErrors = item;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will make the last test a global error collection.

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

Successfully merging this pull request may close these issues.

[Bug]: Playwright Test for VSCode duplicates run information i bottom right table
2 participants