Testing a custom plugin depending on bundled JavaScript plugin
Answered
I am developing an Intellij and WebStorm plugin that depend on the bundled JavaScript plugin.
I have some LightPlatformCodeInsightFixtureTestCase tests that test its functionality.
I also run the tests against the latest EAP build, to catch issues early.
With the latest eap, my tests started failing.
Debugging it, I see that the JavaScript plugin depends on com.intellij.stats.completion plugin, which is provided with the IDE, but in the tests it is not loaded.
This causes all my tests to fail.
Can you advise on how to fix this?
Thanks
Amir
Please sign in to leave a comment.
Thanks, it's a known issue that will be fixed for RC build.
Great news. Thanks