mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
[IntelliJ Platform Gradle Plugin] add Incubating labels
This commit is contained in:
parent
1149b136d8
commit
39687cddfd
@ -69,4 +69,7 @@
|
||||
<secondary-label id="deprecated" name="Deprecated" color="red">
|
||||
This item is marked as deprecated.
|
||||
</secondary-label>
|
||||
<secondary-label id="incubating" name="Incubating" color="strawberry">
|
||||
This item is marked as incubating.
|
||||
</secondary-label>
|
||||
</labels>
|
||||
|
@ -1427,6 +1427,8 @@ To register a customized test task, use [`intelliJPlatformTestingExtension.testI
|
||||
## `testIdePerformance`
|
||||
{#testIdePerformance}
|
||||
|
||||
<secondary-label ref="incubating"/>
|
||||
|
||||
<link-summary>Runs performance tests on the IntelliJ Platform with the developed plugin installed.</link-summary>
|
||||
|
||||
<tldr>
|
||||
@ -1450,6 +1452,8 @@ To register a customized test task, use [`intelliJPlatformTestingExtension.testI
|
||||
## `testIdeUi`
|
||||
{#testIdeUi}
|
||||
|
||||
<secondary-label ref="incubating"/>
|
||||
|
||||
<link-summary>Runs the IDE instance with the developed plugin and Starter framework for UI testing.</link-summary>
|
||||
|
||||
<tldr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user