You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: