Plugin with support of the Okey-doke Approval Test library for IntelliJ based IDEs.
Details available in the JetBrains IntelliJ Plugins page.
Search for "Okey-doke Support" in IDE Settings -> Plugins -> Browse repositories...
.
- Download the IntelliJ Kotlin Plugin
- Make sure the version matches the one your IDE is currently using, or be prepared to get unexpected behaviours in runtime.
- Clone this repo
- Import project into IntelliJ from gradle config.
- Use
buildPlugin
gradle task to build plugin.zip
file. - Use
runIde
gradle task to run/debug the plugin.