Skip to content

Conversation

helin24
Copy link
Member

@helin24 helin24 commented Jul 16, 2025

From following https://plugins.jetbrains.com/docs/intellij/integration-tests-intro.html and https://blog.jetbrains.com/platform/2025/02/integration-tests-for-plugin-developers-intro-dependencies-and-first-integration-test/ and asking Gemini a lot of questions

The PluginTest file doesn't seem to see all of the com.intellij.ide... imports it needs. For example, it gets stuck on TestCase despite my trying to import all of the classpaths that we have for normal tests and trying to add specific Starter framework libraries.

I added printouts of paths visible at compile time to try to see what's included. There may be other debugging steps like this I'm not aware of when working on gradle issues.

@jwren

jwren added a commit to jwren/flutter-intellij that referenced this pull request Aug 25, 2025
jwren added a commit to jwren/flutter-intellij that referenced this pull request Aug 25, 2025
jwren added a commit to jwren/flutter-intellij that referenced this pull request Aug 27, 2025
The additional STARTER test framework is added, see https://github.com/JetBrains/intellij-ide-starter

Thanks to others here who trailblazed, @jonathan1983, JetBrains/intellij-platform-plugin-template#537 and  @helinx, flutter#8338

The change does not try to get the new tests working in the presubmit.
jwren added a commit to jwren/flutter-intellij that referenced this pull request Aug 27, 2025
The additional STARTER test framework is added, see https://github.com/JetBrains/intellij-ide-starter

Thanks to others here who trailblazed, @jonathan1983, JetBrains/intellij-platform-plugin-template#537 and  @helinx, flutter#8338

The change does not try to get the new tests working in the presubmit.
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.

1 participant