Skip to content
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

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

Open
matejdro opened this issue Dec 13, 2019 · 2 comments
Open

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

matejdro opened this issue Dec 13, 2019 · 2 comments
Labels

Comments

@matejdro
Copy link

matejdro commented Dec 13, 2019

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).

@raniejade
Copy link
Member

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

@svareniem
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants