-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run options disapear in IDEA Version 2023.3 #22
Comments
This is due to com.intellij.javascript.testing.JsTestRunConfigurationProducer is now moved to com.intellij.javascript.testing.runConfiguration.JsTestRunConfigurationProducer |
I posted earlier what code needs to change to get the plugin working. I don't know what else needs to be done for a pull request when it would be a backwards incompatible change. |
I've created a pull request (#23) to resolve this issue. |
@tingraldi The context menu and shortcut back working. Thank you ver much 🙏 |
Version 1.9 of the plugin has been released with the above fixes. Thanks @tingraldi. The remaining issue I'm aware of is that the green triangle run buttons that should appear next to each spec/suite are missing in 2023.3 and later. If anyone figures out how to fix that, a PR would be greatly appreciated. |
After update to new version, the run options disapear.
Running per Ctrl+F10 has no effect anymore.
Only the Run configuration is working.
IDEA Version:
IntelliJ IDEA 2023.3 (Ultimate Edition)
Build #IU-233.11799.241, built on December 2, 2023
Runtime version: 17.0.9+7-b1087.7 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
The text was updated successfully, but these errors were encountered: