-
Notifications
You must be signed in to change notification settings - Fork 180
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
Release plugin supporting IntelliJ IDEA 2020.3 #939
Comments
IDEA 2020.3 is released, and now I'm stuck unable to run any tests. A new release would be lovely please! |
Sorry for the wait, I'll work on a build this weekend and release it sometime next week! |
Is it possible to document how to generate new plugin zip. So community can help you? If it is documented can give a pointers? Thanks! |
In the mean time can anyone try this build out? @snijsure Yeah, that is a good idea - it is sometimes a bit involved specially if there are big changes in the IJ platform. |
It worked for me. I ran all of the existing speks I have on a couple of different projects and they all work as they should. |
Works fine for me, too. |
Works for me too so far |
Just got a few exceptions from the plugin:
|
@dnowak are you able to send a reproducer? Based on the exception, the containing file for a spek class is null which shouldn't be. |
One issue I noticed today is that the plugin runs test even if there are compilation errors. Thus letting the user believe everything is correct even though the real test could actually not be run due to the compilation errors. It somehow executes the tests as they were compiled before the compilation errors. |
That's weird, part of the execution is doing a compile. Can you check the run configuration created? Particularly, if there is a "Make" run before launch task? |
IDEA 2020.3 reached RC stage.
Please release plugin version supporting it so that I can use Spek in the latest IDE :-).
The text was updated successfully, but these errors were encountered: