From f71889fe4898cae137a4b0fcddda429b4b9119d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 10 Mar 2025 14:12:16 +0100 Subject: [PATCH] content_updates.md: fix link, web-summary --- topics/basics/testing_plugins/testing_faq.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/topics/basics/testing_plugins/testing_faq.md b/topics/basics/testing_plugins/testing_faq.md index 0fa919d44..31934725a 100644 --- a/topics/basics/testing_plugins/testing_faq.md +++ b/topics/basics/testing_plugins/testing_faq.md @@ -1,7 +1,11 @@ - + # Testing FAQ + +Common FAQ, techniques, and issues for testing plugins. Writing automated tests, avoid flaky tests, debug, and handle common scenarios. + + Common questions and issues for testing plugins. This page lists a number of common questions/issues and techniques useful for testing plugins. @@ -22,7 +26,7 @@ This page lists a number of common questions/issues and techniques useful for te ### UI -See [](testing_plugins.md#ui-tests) for UI integration tests. +See [](integration_tests_intro.md) for UI integration tests. - [`ProjectViewTestUtil`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/ProjectViewTestUtil.java) - [`TestLookupElementPresentation`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/fixtures/TestLookupElementPresentation.java)