diff --git a/labels.list b/labels.list index 55763ff9a..db28a9f04 100644 --- a/labels.list +++ b/labels.list @@ -69,4 +69,7 @@ This item is marked as deprecated. + + This item is marked as incubating. + diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md index ff24506ac..b4bb93506 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_tasks.md @@ -1427,6 +1427,8 @@ To register a customized test task, use [`intelliJPlatformTestingExtension.testI ## `testIdePerformance` {#testIdePerformance} + + Runs performance tests on the IntelliJ Platform with the developed plugin installed. @@ -1450,6 +1452,8 @@ To register a customized test task, use [`intelliJPlatformTestingExtension.testI ## `testIdeUi` {#testIdeUi} + + Runs the IDE instance with the developed plugin and Starter framework for UI testing.