[IntelliJ Platform Gradle Plugin] add Incubating labels

This commit is contained in:
Jakub Chrzanowski 2024-07-24 14:03:13 +02:00
parent 1149b136d8
commit 39687cddfd
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 7 additions and 0 deletions

View File

@ -69,4 +69,7 @@
<secondary-label id="deprecated" name="Deprecated" color="red"> <secondary-label id="deprecated" name="Deprecated" color="red">
This item is marked as deprecated. This item is marked as deprecated.
</secondary-label> </secondary-label>
<secondary-label id="incubating" name="Incubating" color="strawberry">
This item is marked as incubating.
</secondary-label>
</labels> </labels>

View File

@ -1427,6 +1427,8 @@ To register a customized test task, use [`intelliJPlatformTestingExtension.testI
## `testIdePerformance` ## `testIdePerformance`
{#testIdePerformance} {#testIdePerformance}
<secondary-label ref="incubating"/>
<link-summary>Runs performance tests on the IntelliJ Platform with the developed plugin installed.</link-summary> <link-summary>Runs performance tests on the IntelliJ Platform with the developed plugin installed.</link-summary>
<tldr> <tldr>
@ -1450,6 +1452,8 @@ To register a customized test task, use [`intelliJPlatformTestingExtension.testI
## `testIdeUi` ## `testIdeUi`
{#testIdeUi} {#testIdeUi}
<secondary-label ref="incubating"/>
<link-summary>Runs the IDE instance with the developed plugin and Starter framework for UI testing.</link-summary> <link-summary>Runs the IDE instance with the developed plugin and Starter framework for UI testing.</link-summary>
<tldr> <tldr>