JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Generate JUnit template when importing into IDEA #62

Closed mutcianm closed 4 years ago

mutcianm commented 4 years ago

Running IJ tests requires correct options for JUnit runner. At the moment creating the template must be done by hand, or by commiting the template file to vcs. This could be automated the same way as creating IDEA run configurations(#61).