forked fromraniejade/spek-idea-plugin
- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
gajwani/spek-idea-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the official IntelliJ IDEA plugin forSpek.
- Run specs directly from IDEA.
- Choose a specific group/test to run within a spec.
- Make sure you have compatible versions of
org.junit.platform:junit-platform-launcher
andorg.jetbrains.spek:spek-junit-platform-engine
in the test runtime classpath.
- Navigate to source via the test tree.
- If your class is annotated with
@RunWith(...)
the junit plugin will take over and this plugin will not work. - For Android Studio, you need to add a
Before launch
gradle step to compile your test classes. If you have the defaultsetup, addingassembleDebugUnitTest
should suffice.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Kotlin100.0%