How to add testing library to Intellij Idea Create Test pop-up

30 views Asked by At

In Intellij Idea when I press CMD+Shift+t I see this: 1

After pressing Enter I see new window with possibility to choose test library 2

If I need to add here Spock framework, how can I do it? 3 4 Groovy plugin is enabled, I have latest version of Idea.

Interesting thing that I can run existing Spock tests and everything is working good, the only problem is that I have to create test file manually.

0

There are 0 answers