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

Allow vscode-api-tests to be picked up by Extension Test Runner #211656

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TylerLeonhardt
Copy link
Member

Also called out behavior difference.

@TylerLeonhardt TylerLeonhardt self-assigned this Apr 29, 2024
@TylerLeonhardt TylerLeonhardt enabled auto-merge (squash) April 29, 2024 17:04
@VSCodeTriageBot VSCodeTriageBot added this to the April 2024 milestone Apr 29, 2024
mocha: { timeout: 60_000 }
},
{
label: 'vscode-api-tests',
Copy link
Member

Choose a reason for hiding this comment

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

I don't think the test runner right now handles multiple configurations with the same label; yarn test-extension -l vscode-api-tests is probably just running the first declaration of those tests. We should probably throw a more explicit error.

Copy link
Member Author

Choose a reason for hiding this comment

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

In my experience it runs tests twice

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.

None yet

3 participants