Skip to content

Conversation

@shadowusr
Copy link
Member

No description provided.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 20, 2025

Open in StackBlitz

npm i https://pkg.pr.new/gemini-testing/html-reporter@734

commit: 7e5a72c

@github-actions
Copy link

✅ Component tests succeed

Report

@github-actions
Copy link

✅ E2E tests succeed

Report

export enum ExtensionPointName {
SettingsPanel = 'settings-panel',
ResultMeta = 'result_meta'
ResultMeta = 'result_meta',
Copy link
Member

Choose a reason for hiding this comment

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

settings-panel - kebab-case
run-test-options - kebab-case
result_meta - snake_case

Why is that?

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree it's unfortunate, the reason is that result_meta is old extension point ID that we can't modify. settings-panel and run-test-options are all newer extension points.

This is not critical issue IMO, because plugin developers are supposed to use this enum which hides this inconsistency

@shadowusr shadowusr merged commit 885b220 into master Nov 25, 2025
6 checks passed
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.

3 participants