spek icon indicating copy to clipboard operation
spek copied to clipboard

[IDEA] Spek plugin replaces regular JUnit "run all"actions

Open matejdro opened this issue 6 years ago • 2 comments

When right clicking on a folder in IntelliJ without Spek plugin installed, JUnit plugin will display normal "Run tests in [folder name]" action.

However, with Spek plugin installed, this action will be REPLACED with "Run speks in [folder name]". Spek action only runs Spek tests and ignores JUnit tests. Thus, there is no way to bulk-run regular JUnit tests apart from creating run configuration manually.

This applies even for projects that do not use Spek at all, which is especially annoying (I have to create manual configuration for every tests in those projects).

matejdro avatar Dec 13 '19 09:12 matejdro

Weird, I'll have a look when I get back from holidays.

raniejade avatar Dec 19 '19 00:12 raniejade

I can confirm that it is still valid issue: https://github.com/ntoskrnl/spek2-with-mockk-sample. Any fixes planned?

svareniem avatar May 20 '21 14:05 svareniem