wrdv / testme-idea

TestMe IntelliJ IDEA Plugin - Auto generates Unit Test code
http://weirddev.com/testme
Other
171 stars 65 forks source link

Please add IntelliJ IDEA 2024.2.1 support! #50

Closed gritsevski closed 2 months ago

gritsevski commented 2 months ago

Please add IntelliJ IDEA 2024.2.1 support!

inegithub commented 2 months ago

I think new version 6.7.0 support it, as per release notes on WeirdDev site, but the Compatibility Range in the JetBrains Marketplace for that version is not correct.

gritsevski commented 2 months ago

I think new version 6.7.0 support it, as per release notes on WeirdDev site, but the Compatibility Range in the JetBrains Marketplace for that version is not correct.

If you will try install version 6.7.0 plugin manually IDEA 2024.2.1 will reject installation

yaronyam commented 2 months ago

@gritsevski , @inegithub - Thanks for raising this issue. The metadata on v6.7.0 was incorrect, its an error introduced as part of migrating to the new JB plugins build system. I'll republish v6.7.0 release in order to fix this - it will probably be available by tomorrow. In case you don't like waiting, you can install this EAP version of the same release. Please see instructions on how to set TestMe EAP repository url in IDEA (or install manually).

gritsevski commented 2 months ago

The fix tested with IDEA 2024.2.1, plugin can be installed and can be configured but integration with menu doesn't work "Integrates with IDEA menus: Code->TestMe, Code->Generate". Menu items are not present.

gritsevski commented 2 months ago

To fix problem with "Integrates with IDEA menus: Code->TestMe, Code->Generate" the IDE must be restarted after plugin installation

gritsevski commented 2 months ago

Thanks for fast fix.