Skip to content

s4nchez/okey-doke-idea

Repository files navigation

Build Status

okey-doke-idea

Plugin with support of the Okey-doke Approval Test library for IntelliJ based IDEs.

Details available in the JetBrains IntelliJ Plugins page.

Installation

Search for "Okey-doke Support" in IDE Settings -> Plugins -> Browse repositories....

Developing

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